Html Css Color HEX #088FE5 Dodger Blue

📋 copy color: '#088FE5'

red 8 ◦ green 143 ◦ blue 229

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

Shades of Dodger Blue #088FE5

Tints of Dodger Blue #088FE5

RGB

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

 GREEN value IS 143 (56.25% from 255) = 37.63%

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

R = 2.11%
G = 37.63%
B = 60.26%

CMYK

 C value IS 0.97

 M value IS 0.38

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#088FE5 (or 0x088FE5) is known color: Dodger Blue. HEX triplet: 08, 8F and E5. RGB value is (8,143,229). Sum of RGB (Red+Green+Blue) = 8+143+229=380 (50% of max value = 765). Red value is 8 (3.52% from 255 or 2.11% from 380); Green value is 143 (56.25% from 255 or 37.63% from 380); Blue value is 229 (89.84% from 255 or 60.26% from 380); Max value from RGB is 229 - color contains mainly: blue. Hex color #088FE5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #088FE5 is #F7701A. Grayscale: #6F6F6F. Windows color (decimal): -16216091 or 15044360. OLE color: 15044360.

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

Color convert

RGB 8 143 229 -
CMYK 0.97 0.38 0 0.10
HSL 203.35º 0.93% 0.46% -
HSV(B) 203.35º 0.97% 0.9% -
XYZ 24.07 25.35 77.75 -
YUV 112.44 193.77 53.51 -
System Red Green Blue C M Y K H S L
Decimal 8 143 229 0.97 0.38 0 0.10 203.35 0.93 0.46
Hex 8 8F E5 61 26 0 A CB 5D 2E
Octal 10 217 345 141 46 0 12 313 135 56
Binary 1000 10001111 11100101 1100001 100110 0 1010 11001011 1011101 101110

Color Harmonies of #088FE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088FE5

Black with #088FE5

Text Example


Text Example

White with #088FE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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