Html Css Color HEX #088CE5 Dodger Blue

📋 copy color: '#088CE5'

red 8 ◦ green 140 ◦ blue 229

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

Shades of Dodger Blue #088CE5

Tints of Dodger Blue #088CE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 60.74%

R = 2.12%
G = 37.14%
B = 60.74%

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

#088CE5 (or 0x088CE5) is known color: Dodger Blue. HEX triplet: 08, 8C and E5. RGB value is (8,140,229). Sum of RGB (Red+Green+Blue) = 8+140+229=377 (49% of max value = 765). Red value is 8 (3.52% from 255 or 2.12% from 377); Green value is 140 (55.08% from 255 or 37.14% from 377); Blue value is 229 (89.84% from 255 or 60.74% from 377); Max value from RGB is 229 - color contains mainly: blue. Hex color #088CE5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #088CE5 is #F7731A. Grayscale: #6E6E6E. Windows color (decimal): -16216859 or 15043592. OLE color: 15043592.

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

Color convert

RGB 8 140 229 -
CMYK 0.97 0.39 0 0.10
HSL 204.16º 0.93% 0.46% -
HSV(B) 204.16º 0.97% 0.9% -
XYZ 23.62 24.46 77.61 -
YUV 110.68 194.77 54.76 -
System Red Green Blue C M Y K H S L
Decimal 8 140 229 0.97 0.39 0 0.10 204.16 0.93 0.46
Hex 8 8C E5 61 27 0 A CC 5D 2E
Octal 10 214 345 141 47 0 12 314 135 56
Binary 1000 10001100 11100101 1100001 100111 0 1010 11001100 1011101 101110

Color Harmonies of #088CE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088CE5

Black with #088CE5

Text Example


Text Example

White with #088CE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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