#0E8BDF

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

Shades of Dodger Blue #0E8BDF

Tints of Dodger Blue #0E8BDF

Color information

#0E8BDF (or 0x0E8BDF) is unknown color: approx Dodger Blue. HEX triplet: 0E, 8B and DF. RGB value is (14,139,223). Sum of RGB (Red+Green+Blue) = 14+139+223=376 (49% of max value = 765). Red value is 14 (5.86% from 255 or 3.72% from 376); Green value is 139 (54.69% from 255 or 36.97% from 376); Blue value is 223 (87.5% from 255 or 59.31% from 376); Max value from RGB is 223 - color contains mainly: blue. Hex color #0E8BDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0E8BDF is #F17420. Grayscale: #6E6E6E. Windows color (decimal): -15823905 or 14650126. OLE color: 14650126.

HSL color Cylindrical-coordinate representation of color #0E8BDF: hue angle of 204.11º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E8BDF is Cyan = 0.94, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB14139223-
CMYK0.940.3800.13
HSL204.11º88.19%46.47%-
HSV(B)204.11º93.72%87.45%-
XYZ22.7323.8973.22-
YUV111.2191.0958.67-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.72%
GREEN value IS 139 (54.69% from 255) = 36.97%
BLUE value IS 223 (87.5% from 255) = 59.31%
R=3.72%
G=36.97%
B=59.31%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal141392230.940.3800.13204.1188.1946.47
HexE8BDF5E260Dcc582e
Octal162133371364601531413056
Binary11101000101111011111101111010011001101110011001011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E8BDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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