#078FF8

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

Shades of Dodger Blue #078FF8

Tints of Dodger Blue #078FF8

Color information

#078FF8 (or 0x078FF8) is unknown color: approx Dodger Blue. HEX triplet: 07, 8F and F8. RGB value is (7,143,248). Sum of RGB (Red+Green+Blue) = 7+143+248=398 (52% of max value = 765). Red value is 7 (3.12% from 255 or 1.76% from 398); Green value is 143 (56.25% from 255 or 35.93% from 398); Blue value is 248 (97.27% from 255 or 62.31% from 398); Max value from RGB is 248 - color contains mainly: blue. Hex color #078FF8 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #078FF8 is #F87007. Grayscale: #717171. Windows color (decimal): -16281608 or 16289543. OLE color: 16289543.

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

Color convert

RGB7143248-
CMYK0.970.4200.03
HSL206.14º94.51%50%-
HSV(B)206.14º97.18%97.25%-
XYZ26.8526.4792.5-
YUV114.31203.4451.46-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 1.76%
GREEN value IS 143 (56.25% from 255) = 35.93%
BLUE value IS 248 (97.27% from 255) = 62.31%
R=1.76%
G=35.93%
B=62.31%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal71432480.970.4200.03206.1494.5150
Hex78FF8612A03ce5f32
Octal7217370141520331613762
Binary11110001111111110001100001101010011110011101011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #078FF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #078FF8; }

 p { color: rgb(7,143,248); }

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

<style>
 a { background-color: #078FF8; }

 a { background-color: rgb(7,143,248); }

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

<style>
 span { border-color: #078FF8; }

 span { border-color: rgb(7,143,248); }

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