#0E88E0

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

Shades of Dodger Blue #0E88E0

Tints of Dodger Blue #0E88E0

Color information

#0E88E0 (or 0x0E88E0) is unknown color: approx Dodger Blue. HEX triplet: 0E, 88 and E0. RGB value is (14,136,224). Sum of RGB (Red+Green+Blue) = 14+136+224=374 (49% of max value = 765). Red value is 14 (5.86% from 255 or 3.74% from 374); Green value is 136 (53.52% from 255 or 36.36% from 374); Blue value is 224 (87.89% from 255 or 59.89% from 374); Max value from RGB is 224 - color contains mainly: blue. Hex color #0E88E0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0E88E0 is #F1771F. Grayscale: #6D6D6D. Windows color (decimal): -15824672 or 14714894. OLE color: 14714894.

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

Color convert

RGB14136224-
CMYK0.940.3900.12
HSL205.14º88.24%46.67%-
HSV(B)205.14º93.75%87.84%-
XYZ22.4423.0873.79-
YUV109.55192.5859.84-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.74%
GREEN value IS 136 (53.52% from 255) = 36.36%
BLUE value IS 224 (87.89% from 255) = 59.89%
R=3.74%
G=36.36%
B=59.89%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal141362240.940.3900.12205.1488.2446.67
HexE88E05E270Ccd582f
Octal162103401364701431513057
Binary11101000100011100000101111010011101100110011011011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E88E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0E88E0; }

 p { color: rgb(14,136,224); }

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

<style>
 a { background-color: #0E88E0; }

 a { background-color: rgb(14,136,224); }

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

<style>
 span { border-color: #0E88E0; }

 span { border-color: rgb(14,136,224); }

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