Html Css Color HEX #088FE6 Dodger Blue

📋 copy color: '#088FE6'

red 8 ◦ green 143 ◦ blue 230

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

Shades of Dodger Blue #088FE6

Tints of Dodger Blue #088FE6

RGB

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

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

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

R = 2.1%
G = 37.53%
B = 60.37%

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

#088FE6 (or 0x088FE6) is known color: Dodger Blue. HEX triplet: 08, 8F and E6. RGB value is (8,143,230). Sum of RGB (Red+Green+Blue) = 8+143+230=381 (50% of max value = 765). Red value is 8 (3.52% from 255 or 2.10% from 381); Green value is 143 (56.25% from 255 or 37.53% from 381); Blue value is 230 (90.23% from 255 or 60.37% from 381); Max value from RGB is 230 - color contains mainly: blue. Hex color #088FE6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #088FE6 is #F77019. Grayscale: #707070. Windows color (decimal): -16216090 or 15109896. OLE color: 15109896.

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

Color convert

RGB 8 143 230 -
CMYK 0.97 0.38 0 0.10
HSL 203.51º 0.93% 0.47% -
HSV(B) 203.51º 0.97% 0.9% -
XYZ 24.21 25.41 78.49 -
YUV 112.55 194.27 53.43 -
System Red Green Blue C M Y K H S L
Decimal 8 143 230 0.97 0.38 0 0.10 203.51 0.93 0.47
Hex 8 8F E6 61 26 0 A CC 5D 2F
Octal 10 217 346 141 46 0 12 314 135 57
Binary 1000 10001111 11100110 1100001 100110 0 1010 11001100 1011101 101111

Color Harmonies of #088FE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088FE6

Black with #088FE6

Text Example


Text Example

White with #088FE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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