#0E93EF

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

Shades of Dodger Blue #0E93EF

Tints of Dodger Blue #0E93EF

Color information

#0E93EF (or 0x0E93EF) is unknown color: approx Dodger Blue. HEX triplet: 0E, 93 and EF. RGB value is (14,147,239). Sum of RGB (Red+Green+Blue) = 14+147+239=400 (52% of max value = 765). Red value is 14 (5.86% from 255 or 3.5% from 400); Green value is 147 (57.81% from 255 or 36.75% from 400); Blue value is 239 (93.75% from 255 or 59.75% from 400); Max value from RGB is 239 - color contains mainly: blue. Hex color #0E93EF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0E93EF is #F16C10. Grayscale: #757575. Windows color (decimal): -15821841 or 15700750. OLE color: 15700750.

HSL color Cylindrical-coordinate representation of color #0E93EF: hue angle of 204.53º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E93EF is Cyan = 0.94, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB14147239-
CMYK0.940.3800.06
HSL204.53º88.93%49.61%-
HSV(B)204.53º94.14%93.73%-
XYZ26.1927.1985.53-
YUV117.72196.4454.02-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.5%
GREEN value IS 147 (57.81% from 255) = 36.75%
BLUE value IS 239 (93.75% from 255) = 59.75%
R=3.5%
G=36.75%
B=59.75%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal141472390.940.3800.06204.5388.9349.61
HexE93EF5E2606cd5932
Octal16223357136460631513162
Binary1110100100111110111110111101001100110110011011011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E93EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,147,239); }

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

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

 a { background-color: rgb(14,147,239); }

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

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

 span { border-color: rgb(14,147,239); }

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