#0e91ef

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

Shades of Dodger Blue #0E91EF

Tints of Dodger Blue #0E91EF

Color information

#0E91EF (or 0x0E91EF) is unknown color: approx Dodger Blue. HEX triplet: 0E, 91 and EF. RGB value is (14,145,239). Sum of RGB (Red+Green+Blue) = 14+145+239=398 (52% of max value = 765). Red value is 14 (5.86% from 255 or 3.52% from 398); Green value is 145 (57.03% from 255 or 36.43% from 398); Blue value is 239 (93.75% from 255 or 60.05% from 398); Max value from RGB is 239 - color contains mainly: blue. Hex color #0E91EF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0E91EF is #F16E10. Grayscale: #747474. Windows color (decimal): -15822353 or 15700238. OLE color: 15700238.

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

Color convert

RGB14145239-
CMYK0.940.3900.06
HSL205.07º88.93%49.61%-
HSV(B)205.07º94.14%93.73%-
XYZ25.8926.5885.43-
YUV116.55197.154.86-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.52%
GREEN value IS 145 (57.03% from 255) = 36.43%
BLUE value IS 239 (93.75% from 255) = 60.05%
R=3.52%
G=36.43%
B=60.05%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal141452390.940.3900.06205.0788.9349.61
HexE91EF5E2706cd5932
Octal16221357136470631513162
Binary1110100100011110111110111101001110110110011011011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0e91ef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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