Html Css Color HEX #088EEC Dodger Blue

📋 copy color: '#088EEC'

red 8 ◦ green 142 ◦ blue 236

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

Shades of Dodger Blue #088EEC

Tints of Dodger Blue #088EEC

RGB

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

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

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

R = 2.07%
G = 36.79%
B = 61.14%

CMYK

 C value IS 0.97

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#088EEC (or 0x088EEC) is known color: Dodger Blue. HEX triplet: 08, 8E and EC. RGB value is (8,142,236). Sum of RGB (Red+Green+Blue) = 8+142+236=386 (51% of max value = 765). Red value is 8 (3.52% from 255 or 2.07% from 386); Green value is 142 (55.86% from 255 or 36.79% from 386); Blue value is 236 (92.58% from 255 or 61.14% from 386); Max value from RGB is 236 - color contains mainly: blue. Hex color #088EEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #088EEC is #F77113. Grayscale: #707070. Windows color (decimal): -16216340 or 15502856. OLE color: 15502856.

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

Color convert

RGB 8 142 236 -
CMYK 0.97 0.40 0 0.07
HSL 204.74º 0.93% 0.48% -
HSV(B) 204.74º 0.97% 0.93% -
XYZ 24.91 25.45 82.96 -
YUV 112.65 197.61 53.36 -
System Red Green Blue C M Y K H S L
Decimal 8 142 236 0.97 0.40 0 0.07 204.74 0.93 0.48
Hex 8 8E EC 61 28 0 7 CD 5D 30
Octal 10 216 354 141 50 0 7 315 135 60
Binary 1000 10001110 11101100 1100001 101000 0 111 11001101 1011101 110000

Color Harmonies of #088EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088EEC

Black with #088EEC

Text Example


Text Example

White with #088EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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