#0679f8

Color #0679F8 Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #0679F8

Tints of Dodger Blue #0679F8

Color information

#0679F8 (or 0x0679F8) is unknown color: approx Dodger Blue. HEX triplet: 06, 79 and F8. RGB value is (6,121,248). Sum of RGB (Red+Green+Blue) = 6+121+248=375 (49% of max value = 765). Red value is 6 (2.73% from 255 or 1.6% from 375); Green value is 121 (47.66% from 255 or 32.27% from 375); Blue value is 248 (97.27% from 255 or 66.13% from 375); Max value from RGB is 248 - color contains mainly: blue. Hex color #0679F8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0679F8 is #F98607. Grayscale: #646464. Windows color (decimal): -16352776 or 16283910. OLE color: 16283910.

HSL color Cylindrical-coordinate representation of color #0679F8: hue angle of 211.49º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0679F8 is Cyan = 0.98, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB6121248-
CMYK0.980.5100.03
HSL211.49º95.28%49.8%-
HSV(B)211.49º97.58%97.25%-
XYZ23.8620.4991.5-
YUV101.09210.960.17-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 6 (2.73% from 255) = 1.6%
GREEN value IS 121 (47.66% from 255) = 32.27%
BLUE value IS 248 (97.27% from 255) = 66.13%
R=1.6%
G=32.27%
B=66.13%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal61212480.980.5100.03211.4995.2849.8
Hex679F8623303d35f32
Octal6171370142630332313762
Binary1101111001111110001100010110011011110100111011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0679f8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0679f8; }

 p { color: rgb(6,121,248); }

 H1.HeaderClassName
 {
   color: #0679f8;
 }
 .AnyTagClassName
 {
   color: #0679f8;
 }
</style>
background-color css

<style>
 a { background-color: #0679f8; }

 a { background-color: rgb(6,121,248); }

 div.DivClassName
 {
   background-color: #0679f8;
 }
 .BgClassName
 {
   background-color: #0679f8;
 }
</style>
border-color css

<style>
 span { border-color: #0679f8; }

 span { border-color: rgb(6,121,248); }

 td.TdClassName
 {
   border-color: #0679f8;
 }
 .TagClassName
 {
   border-color: #0679f8;
 }
</style>