Html Css Color HEX #08A1EE Dodger Blue

📋 copy color: '#08A1EE'

red 8 ◦ green 161 ◦ blue 238

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

Shades of Dodger Blue #08A1EE

Tints of Dodger Blue #08A1EE

RGB

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

 GREEN value IS 161 (63.28% from 255) = 39.56%

 BLUE value IS 238 (93.36% from 255) = 58.48%

R = 1.97%
G = 39.56%
B = 58.48%

CMYK

 C value IS 0.97

 M value IS 0.32

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#08A1EE (or 0x08A1EE) is known color: Dodger Blue. HEX triplet: 08, A1 and EE. RGB value is (8,161,238). Sum of RGB (Red+Green+Blue) = 8+161+238=407 (53% of max value = 765). Red value is 8 (3.52% from 255 or 1.97% from 407); Green value is 161 (63.28% from 255 or 39.56% from 407); Blue value is 238 (93.36% from 255 or 58.48% from 407); Max value from RGB is 238 - color contains mainly: blue. Hex color #08A1EE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #08A1EE is #F75E11. Grayscale: #7B7B7B. Windows color (decimal): -16211474 or 15638792. OLE color: 15638792.

HSL color Cylindrical-coordinate representation of color #08A1EE: hue angle of 200.09º 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 #08A1EE is Cyan = 0.97, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 8 161 238 -
CMYK 0.97 0.32 0 0.07
HSL 200.09º 0.93% 0.48% -
HSV(B) 200.09º 0.97% 0.93% -
XYZ 28.28 31.71 85.52 -
YUV 124.03 192.31 45.24 -
System Red Green Blue C M Y K H S L
Decimal 8 161 238 0.97 0.32 0 0.07 200.09 0.93 0.48
Hex 8 A1 EE 61 20 0 7 C8 5D 30
Octal 10 241 356 141 40 0 7 310 135 60
Binary 1000 10100001 11101110 1100001 100000 0 111 11001000 1011101 110000

Color Harmonies of #08A1EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08A1EE

Black with #08A1EE

Text Example


Text Example

White with #08A1EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08A1EE; }

 p { color: rgb(8,161,238); }

 H1.HeaderClassName
 {
   color: #08A1EE;
 }
 .AnyTagClassName
 {
   color: #08A1EE;
 }
</style>

background-color css

<style>
 a { background-color: #08A1EE; }

 a { background-color: rgb(8,161,238); }

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

border-color css

<style>
 span { border-color: #08A1EE; }

 span { border-color: rgb(8,161,238); }

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