#088AE1

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

Shades of Dodger Blue #088AE1

Tints of Dodger Blue #088AE1

Color information

#088AE1 (or 0x088AE1) is unknown color: approx Dodger Blue. HEX triplet: 08, 8A and E1. RGB value is (8,138,225). Sum of RGB (Red+Green+Blue) = 8+138+225=371 (49% of max value = 765). Red value is 8 (3.52% from 255 or 2.16% from 371); Green value is 138 (54.30% from 255 or 37.20% from 371); Blue value is 225 (88.28% from 255 or 60.65% from 371); Max value from RGB is 225 - color contains mainly: blue. Hex color #088AE1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #088AE1 is #F7751E. Grayscale: #6C6C6C. Windows color (decimal): -16217375 or 14780936. OLE color: 14780936.

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

Color convert

RGB8138225-
CMYK0.960.3900.12
HSL204.06º93.13%45.69%-
HSV(B)204.06º96.44%88.24%-
XYZ22.7823.6674.6-
YUV109.05193.4355.93-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.16%
GREEN value IS 138 (54.30% from 255) = 37.20%
BLUE value IS 225 (88.28% from 255) = 60.65%
R=2.16%
G=37.20%
B=60.65%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal81382250.960.3900.12204.0693.1345.69
Hex88AE160270Ccc5d2e
Octal102123411404701431413556
Binary10001000101011100001110000010011101100110011001011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #088AE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,138,225); }

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

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

 a { background-color: rgb(8,138,225); }

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

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

 span { border-color: rgb(8,138,225); }

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