Html Css Color HEX #0881E8 Dodger Blue

📋 copy color: '#0881E8'

red 8 ◦ green 129 ◦ blue 232

#0881E8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dodger Blue #0881E8

Tints of Dodger Blue #0881E8

RGB

 RED value IS 8 (3.52% from 255) = 2.17%

 GREEN value IS 129 (50.78% from 255) = 34.96%

 BLUE value IS 232 (91.02% from 255) = 62.87%

R = 2.17%
G = 34.96%
B = 62.87%

CMYK

 C value IS 0.97

 M value IS 0.44

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#0881E8 (or 0x0881E8) is known color: Dodger Blue. HEX triplet: 08, 81 and E8. RGB value is (8,129,232). Sum of RGB (Red+Green+Blue) = 8+129+232=369 (48% of max value = 765). Red value is 8 (3.52% from 255 or 2.17% from 369); Green value is 129 (50.78% from 255 or 34.96% from 369); Blue value is 232 (91.02% from 255 or 62.87% from 369); Max value from RGB is 232 - color contains mainly: blue. Hex color #0881E8 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0881E8 is #F77E17. Grayscale: #686868. Windows color (decimal): -16219672 or 15237384. OLE color: 15237384.

HSL color Cylindrical-coordinate representation of color #0881E8: hue angle of 207.59º 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 #0881E8 is Cyan = 0.97, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 8 129 232 -
CMYK 0.97 0.44 0 0.09
HSL 207.59º 0.93% 0.47% -
HSV(B) 207.59º 0.97% 0.91% -
XYZ 22.52 21.58 79.32 -
YUV 104.56 199.91 59.12 -
System Red Green Blue C M Y K H S L
Decimal 8 129 232 0.97 0.44 0 0.09 207.59 0.93 0.47
Hex 8 81 E8 61 2C 0 9 D0 5D 2F
Octal 10 201 350 141 54 0 11 320 135 57
Binary 1000 10000001 11101000 1100001 101100 0 1001 11010000 1011101 101111

Color Harmonies of #0881E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0881E8

Black with #0881E8

Text Example


Text Example

White with #0881E8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0881E8;
 }
 .AnyTagClassName
 {
   color: #0881E8;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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