Html Css Color HEX #088EFB Dodger Blue

📋 copy color: '#088EFB'

red 8 ◦ green 142 ◦ blue 251

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

Shades of Dodger Blue #088EFB

Tints of Dodger Blue #088EFB

RGB

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

 GREEN value IS 142 (55.86% from 255) = 35.41%

 BLUE value IS 251 (98.44% from 255) = 62.59%

R = 2%
G = 35.41%
B = 62.59%

CMYK

 C value IS 0.97

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#088EFB (or 0x088EFB) is known color: Dodger Blue. HEX triplet: 08, 8E and FB. RGB value is (8,142,251). Sum of RGB (Red+Green+Blue) = 8+142+251=401 (53% of max value = 765). Red value is 8 (3.52% from 255 or 2.00% from 401); Green value is 142 (55.86% from 255 or 35.41% from 401); Blue value is 251 (98.44% from 255 or 62.59% from 401); Max value from RGB is 251 - color contains mainly: blue. Hex color #088EFB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #088EFB is #F77104. Grayscale: #717171. Windows color (decimal): -16216325 or 16485896. OLE color: 16485896.

HSL color Cylindrical-coordinate representation of color #088EFB: hue angle of 206.91º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #088EFB is Cyan = 0.97, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 8 142 251 -
CMYK 0.97 0.43 0 0.02
HSL 206.91º 0.97% 0.51% -
HSV(B) 206.91º 0.97% 0.98% -
XYZ 27.19 26.36 94.92 -
YUV 114.36 205.11 52.14 -
System Red Green Blue C M Y K H S L
Decimal 8 142 251 0.97 0.43 0 0.02 206.91 0.97 0.51
Hex 8 8E FB 61 2B 0 2 CF 61 33
Octal 10 216 373 141 53 0 2 317 141 63
Binary 1000 10001110 11111011 1100001 101011 0 10 11001111 1100001 110011

Color Harmonies of #088EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088EFB

Black with #088EFB

Text Example


Text Example

White with #088EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,142,251); }

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

background-color css

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

 a { background-color: rgb(8,142,251); }

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

border-color css

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

 span { border-color: rgb(8,142,251); }

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