Html Css Color HEX #088CE6 Dodger Blue

📋 copy color: '#088CE6'

red 8 ◦ green 140 ◦ blue 230

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

Shades of Dodger Blue #088CE6

Tints of Dodger Blue #088CE6

RGB

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

 GREEN value IS 140 (55.08% from 255) = 37.04%

 BLUE value IS 230 (90.23% from 255) = 60.85%

R = 2.12%
G = 37.04%
B = 60.85%

CMYK

 C value IS 0.97

 M value IS 0.39

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#088CE6 (or 0x088CE6) is known color: Dodger Blue. HEX triplet: 08, 8C and E6. RGB value is (8,140,230). Sum of RGB (Red+Green+Blue) = 8+140+230=378 (50% of max value = 765). Red value is 8 (3.52% from 255 or 2.12% from 378); Green value is 140 (55.08% from 255 or 37.04% from 378); Blue value is 230 (90.23% from 255 or 60.85% from 378); Max value from RGB is 230 - color contains mainly: blue. Hex color #088CE6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #088CE6 is #F77319. Grayscale: #6E6E6E. Windows color (decimal): -16216858 or 15109128. OLE color: 15109128.

HSL color Cylindrical-coordinate representation of color #088CE6: hue angle of 204.32º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #088CE6 is Cyan = 0.97, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 8 140 230 -
CMYK 0.97 0.39 0 0.10
HSL 204.32º 0.93% 0.47% -
HSV(B) 204.32º 0.97% 0.9% -
XYZ 23.76 24.52 78.34 -
YUV 110.79 195.27 54.68 -
System Red Green Blue C M Y K H S L
Decimal 8 140 230 0.97 0.39 0 0.10 204.32 0.93 0.47
Hex 8 8C E6 61 27 0 A CC 5D 2F
Octal 10 214 346 141 47 0 12 314 135 57
Binary 1000 10001100 11100110 1100001 100111 0 1010 11001100 1011101 101111

Color Harmonies of #088CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088CE6

Black with #088CE6

Text Example


Text Example

White with #088CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,140,230); }

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

background-color css

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

 a { background-color: rgb(8,140,230); }

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

border-color css

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

 span { border-color: rgb(8,140,230); }

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