Html Css Color HEX #088DEE Dodger Blue

📋 copy color: '#088DEE'

red 8 ◦ green 141 ◦ blue 238

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

Shades of Dodger Blue #088DEE

Tints of Dodger Blue #088DEE

RGB

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

 GREEN value IS 141 (55.47% from 255) = 36.43%

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

R = 2.07%
G = 36.43%
B = 61.5%

CMYK

 C value IS 0.97

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#088DEE (or 0x088DEE) is known color: Dodger Blue. HEX triplet: 08, 8D and EE. RGB value is (8,141,238). Sum of RGB (Red+Green+Blue) = 8+141+238=387 (51% of max value = 765). Red value is 8 (3.52% from 255 or 2.07% from 387); Green value is 141 (55.47% from 255 or 36.43% from 387); Blue value is 238 (93.36% from 255 or 61.50% from 387); Max value from RGB is 238 - color contains mainly: blue. Hex color #088DEE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #088DEE is #F77211. Grayscale: #6F6F6F. Windows color (decimal): -16216594 or 15633672. OLE color: 15633672.

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

Color convert

RGB 8 141 238 -
CMYK 0.97 0.41 0 0.07
HSL 205.3º 0.93% 0.48% -
HSV(B) 205.3º 0.97% 0.93% -
XYZ 25.06 25.27 84.45 -
YUV 112.29 198.94 53.61 -
System Red Green Blue C M Y K H S L
Decimal 8 141 238 0.97 0.41 0 0.07 205.3 0.93 0.48
Hex 8 8D EE 61 29 0 7 CD 5D 30
Octal 10 215 356 141 51 0 7 315 135 60
Binary 1000 10001101 11101110 1100001 101001 0 111 11001101 1011101 110000

Color Harmonies of #088DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088DEE

Black with #088DEE

Text Example


Text Example

White with #088DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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