#0E94ED

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

Shades of Dodger Blue #0E94ED

Tints of Dodger Blue #0E94ED

Color information

#0E94ED (or 0x0E94ED) is unknown color: approx Dodger Blue. HEX triplet: 0E, 94 and ED. RGB value is (14,148,237). Sum of RGB (Red+Green+Blue) = 14+148+237=399 (52% of max value = 765). Red value is 14 (5.86% from 255 or 3.51% from 399); Green value is 148 (58.20% from 255 or 37.09% from 399); Blue value is 237 (92.97% from 255 or 59.40% from 399); Max value from RGB is 237 - color contains mainly: blue. Hex color #0E94ED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0E94ED is #F16B12. Grayscale: #757575. Windows color (decimal): -15821587 or 15569934. OLE color: 15569934.

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

Color convert

RGB14148237-
CMYK0.940.3800.07
HSL203.95º88.84%49.22%-
HSV(B)203.95º94.09%92.94%-
XYZ26.0627.3984.03-
YUV118.08195.1153.76-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.51%
GREEN value IS 148 (58.20% from 255) = 37.09%
BLUE value IS 237 (92.97% from 255) = 59.40%
R=3.51%
G=37.09%
B=59.40%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal141482370.940.3800.07203.9588.8449.22
HexE94ED5E2607cc5931
Octal16224355136460731413161
Binary1110100101001110110110111101001100111110011001011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E94ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,148,237); }

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

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

 a { background-color: rgb(14,148,237); }

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

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

 span { border-color: rgb(14,148,237); }

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