Html Css Color HEX #0880EA Dodger Blue

📋 copy color: '#0880EA'

red 8 ◦ green 128 ◦ blue 234

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

Shades of Dodger Blue #0880EA

Tints of Dodger Blue #0880EA

RGB

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

 GREEN value IS 128 (50.39% from 255) = 34.59%

 BLUE value IS 234 (91.8% from 255) = 63.24%

R = 2.16%
G = 34.59%
B = 63.24%

CMYK

 C value IS 0.97

 M value IS 0.45

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0880EA (or 0x0880EA) is known color: Dodger Blue. HEX triplet: 08, 80 and EA. RGB value is (8,128,234). Sum of RGB (Red+Green+Blue) = 8+128+234=370 (49% of max value = 765). Red value is 8 (3.52% from 255 or 2.16% from 370); Green value is 128 (50.39% from 255 or 34.59% from 370); Blue value is 234 (91.80% from 255 or 63.24% from 370); Max value from RGB is 234 - color contains mainly: blue. Hex color #0880EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0880EA is #F77F15. Grayscale: #676767. Windows color (decimal): -16219926 or 15368200. OLE color: 15368200.

HSL color Cylindrical-coordinate representation of color #0880EA: hue angle of 208.14º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0880EA is Cyan = 0.97, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 8 128 234 -
CMYK 0.97 0.45 0 0.08
HSL 208.14º 0.93% 0.47% -
HSV(B) 208.14º 0.97% 0.92% -
XYZ 22.67 21.43 80.78 -
YUV 104.2 201.24 59.38 -
System Red Green Blue C M Y K H S L
Decimal 8 128 234 0.97 0.45 0 0.08 208.14 0.93 0.47
Hex 8 80 EA 61 2D 0 8 D0 5D 2F
Octal 10 200 352 141 55 0 10 320 135 57
Binary 1000 10000000 11101010 1100001 101101 0 1000 11010000 1011101 101111

Color Harmonies of #0880EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0880EA

Black with #0880EA

Text Example


Text Example

White with #0880EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0880EA; }

 p { color: rgb(8,128,234); }

 H1.HeaderClassName
 {
   color: #0880EA;
 }
 .AnyTagClassName
 {
   color: #0880EA;
 }
</style>

background-color css

<style>
 a { background-color: #0880EA; }

 a { background-color: rgb(8,128,234); }

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

border-color css

<style>
 span { border-color: #0880EA; }

 span { border-color: rgb(8,128,234); }

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