Html Css Color HEX #088EE4 Dodger Blue

📋 copy color: '#088EE4'

red 8 ◦ green 142 ◦ blue 228

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

Shades of Dodger Blue #088EE4

Tints of Dodger Blue #088EE4

RGB

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

 GREEN value IS 142 (55.86% from 255) = 37.57%

 BLUE value IS 228 (89.45% from 255) = 60.32%

R = 2.12%
G = 37.57%
B = 60.32%

CMYK

 C value IS 0.96

 M value IS 0.38

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#088EE4 (or 0x088EE4) is known color: Dodger Blue. HEX triplet: 08, 8E and E4. RGB value is (8,142,228). Sum of RGB (Red+Green+Blue) = 8+142+228=378 (50% of max value = 765). Red value is 8 (3.52% from 255 or 2.12% from 378); Green value is 142 (55.86% from 255 or 37.57% from 378); Blue value is 228 (89.45% from 255 or 60.32% from 378); Max value from RGB is 228 - color contains mainly: blue. Hex color #088EE4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #088EE4 is #F7711B. Grayscale: #6F6F6F. Windows color (decimal): -16216348 or 14978568. OLE color: 14978568.

HSL color Cylindrical-coordinate representation of color #088EE4: hue angle of 203.45º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #088EE4 is Cyan = 0.96, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 8 142 228 -
CMYK 0.96 0.38 0 0.11
HSL 203.45º 0.93% 0.46% -
HSV(B) 203.45º 0.96% 0.89% -
XYZ 23.78 25 76.97 -
YUV 111.74 193.61 54.01 -
System Red Green Blue C M Y K H S L
Decimal 8 142 228 0.96 0.38 0 0.11 203.45 0.93 0.46
Hex 8 8E E4 60 26 0 B CB 5D 2E
Octal 10 216 344 140 46 0 13 313 135 56
Binary 1000 10001110 11100100 1100000 100110 0 1011 11001011 1011101 101110

Color Harmonies of #088EE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088EE4

Black with #088EE4

Text Example


Text Example

White with #088EE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #088EE4; }

 p { color: rgb(8,142,228); }

 H1.HeaderClassName
 {
   color: #088EE4;
 }
 .AnyTagClassName
 {
   color: #088EE4;
 }
</style>

background-color css

<style>
 a { background-color: #088EE4; }

 a { background-color: rgb(8,142,228); }

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

border-color css

<style>
 span { border-color: #088EE4; }

 span { border-color: rgb(8,142,228); }

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