#0882E8

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

Shades of Dodger Blue #0882E8

Tints of Dodger Blue #0882E8

Color information

#0882E8 (or 0x0882E8) is unknown color: approx Dodger Blue. HEX triplet: 08, 82 and E8. RGB value is (8,130,232). Sum of RGB (Red+Green+Blue) = 8+130+232=370 (49% of max value = 765). Red value is 8 (3.52% from 255 or 2.16% from 370); Green value is 130 (51.17% from 255 or 35.14% from 370); Blue value is 232 (91.02% from 255 or 62.70% from 370); Max value from RGB is 232 - color contains mainly: blue. Hex color #0882E8 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0882E8 is #F77D17. Grayscale: #686868. Windows color (decimal): -16219416 or 15237640. OLE color: 15237640.

HSL color Cylindrical-coordinate representation of color #0882E8: hue angle of 207.32º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0882E8 is Cyan = 0.97, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB8130232-
CMYK0.970.4400.09
HSL207.32º93.33%47.06%-
HSV(B)207.32º96.55%90.98%-
XYZ22.6521.8479.37-
YUV105.15199.5858.71-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.16%
GREEN value IS 130 (51.17% from 255) = 35.14%
BLUE value IS 232 (91.02% from 255) = 62.70%
R=2.16%
G=35.14%
B=62.70%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal81302320.970.4400.09207.3293.3347.06
Hex882E8612C09cf5d2f
Octal102023501415401131713557
Binary10001000001011101000110000110110001001110011111011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0882E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0882E8; }

 p { color: rgb(8,130,232); }

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

<style>
 a { background-color: #0882E8; }

 a { background-color: rgb(8,130,232); }

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

<style>
 span { border-color: #0882E8; }

 span { border-color: rgb(8,130,232); }

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