#088EFC

Color #088EFC Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #088EFC

Tints of Dodger Blue #088EFC

Color information

#088EFC (or 0x088EFC) is unknown color: approx Dodger Blue. HEX triplet: 08, 8E and FC. RGB value is (8,142,252). Sum of RGB (Red+Green+Blue) = 8+142+252=402 (53% of max value = 765). Red value is 8 (3.52% from 255 or 1.99% from 402); Green value is 142 (55.86% from 255 or 35.32% from 402); Blue value is 252 (98.83% from 255 or 62.69% from 402); Max value from RGB is 252 - color contains mainly: blue. Hex color #088EFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #088EFC is #F77103. Grayscale: #717171. Windows color (decimal): -16216324 or 16551432. OLE color: 16551432.

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

Color convert

RGB8142252-
CMYK0.970.4400.01
HSL207.05º97.6%50.98%-
HSV(B)207.05º96.83%98.82%-
XYZ27.3426.4395.75-
YUV114.47205.6152.06-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 1.99%
GREEN value IS 142 (55.86% from 255) = 35.32%
BLUE value IS 252 (98.83% from 255) = 62.69%
R=1.99%
G=35.32%
B=62.69%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal81422520.970.4400.01207.0597.650.98
Hex88EFC612C01cf6233
Octal10216374141540131714263
Binary10001000111011111100110000110110001110011111100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #088EFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #088EFC;
 }
 .AnyTagClassName
 {
   color: #088EFC;
 }
</style>
background-color css

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

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

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

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

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

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