Html Css Color HEX #0881EC Dodger Blue

📋 copy color: '#0881EC'

red 8 ◦ green 129 ◦ blue 236

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

Shades of Dodger Blue #0881EC

Tints of Dodger Blue #0881EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 63.27%

R = 2.14%
G = 34.58%
B = 63.27%

CMYK

 C value IS 0.97

 M value IS 0.45

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0881EC (or 0x0881EC) is known color: Dodger Blue. HEX triplet: 08, 81 and EC. RGB value is (8,129,236). Sum of RGB (Red+Green+Blue) = 8+129+236=373 (49% of max value = 765). Red value is 8 (3.52% from 255 or 2.14% from 373); Green value is 129 (50.78% from 255 or 34.58% from 373); Blue value is 236 (92.58% from 255 or 63.27% from 373); Max value from RGB is 236 - color contains mainly: blue. Hex color #0881EC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0881EC is #F77E13. Grayscale: #686868. Windows color (decimal): -16219668 or 15499528. OLE color: 15499528.

HSL color Cylindrical-coordinate representation of color #0881EC: hue angle of 208.16º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0881EC is Cyan = 0.97, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 8 129 236 -
CMYK 0.97 0.45 0 0.07
HSL 208.16º 0.93% 0.48% -
HSV(B) 208.16º 0.97% 0.93% -
XYZ 23.09 21.81 82.35 -
YUV 105.02 201.91 58.8 -
System Red Green Blue C M Y K H S L
Decimal 8 129 236 0.97 0.45 0 0.07 208.16 0.93 0.48
Hex 8 81 EC 61 2D 0 7 D0 5D 30
Octal 10 201 354 141 55 0 7 320 135 60
Binary 1000 10000001 11101100 1100001 101101 0 111 11010000 1011101 110000

Color Harmonies of #0881EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0881EC

Black with #0881EC

Text Example


Text Example

White with #0881EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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