#0E8BE0

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

Shades of Dodger Blue #0E8BE0

Tints of Dodger Blue #0E8BE0

Color information

#0E8BE0 (or 0x0E8BE0) is unknown color: approx Dodger Blue. HEX triplet: 0E, 8B and E0. RGB value is (14,139,224). Sum of RGB (Red+Green+Blue) = 14+139+224=377 (49% of max value = 765). Red value is 14 (5.86% from 255 or 3.71% from 377); Green value is 139 (54.69% from 255 or 36.87% from 377); Blue value is 224 (87.89% from 255 or 59.42% from 377); Max value from RGB is 224 - color contains mainly: blue. Hex color #0E8BE0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0E8BE0 is #F1741F. Grayscale: #6E6E6E. Windows color (decimal): -15823904 or 14715662. OLE color: 14715662.

HSL color Cylindrical-coordinate representation of color #0E8BE0: hue angle of 204.29º 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 #0E8BE0 is Cyan = 0.94, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB14139224-
CMYK0.940.3800.12
HSL204.29º88.24%46.67%-
HSV(B)204.29º93.75%87.84%-
XYZ22.8723.9473.94-
YUV111.32191.5958.59-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.71%
GREEN value IS 139 (54.69% from 255) = 36.87%
BLUE value IS 224 (87.89% from 255) = 59.42%
R=3.71%
G=36.87%
B=59.42%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal141392240.940.3800.12204.2988.2446.67
HexE8BE05E260Ccc582f
Octal162133401364601431413057
Binary11101000101111100000101111010011001100110011001011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E8BE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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