#0e73ee

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

Shades of Dodger Blue #0E73EE

Tints of Dodger Blue #0E73EE

Color information

#0E73EE (or 0x0E73EE) is unknown color: approx Dodger Blue. HEX triplet: 0E, 73 and EE. RGB value is (14,115,238). Sum of RGB (Red+Green+Blue) = 14+115+238=367 (48% of max value = 765). Red value is 14 (5.86% from 255 or 3.81% from 367); Green value is 115 (45.31% from 255 or 31.34% from 367); Blue value is 238 (93.36% from 255 or 64.85% from 367); Max value from RGB is 238 - color contains mainly: blue. Hex color #0E73EE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0E73EE is #F18C11. Grayscale: #626262. Windows color (decimal): -15830034 or 15627022. OLE color: 15627022.

HSL color Cylindrical-coordinate representation of color #0E73EE: hue angle of 212.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 #0E73EE is Cyan = 0.94, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB14115238-
CMYK0.940.5200.07
HSL212.95º88.89%49.41%-
HSV(B)212.95º94.12%93.33%-
XYZ21.7418.5383.32-
YUV98.82206.5467.5-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.81%
GREEN value IS 115 (45.31% from 255) = 31.34%
BLUE value IS 238 (93.36% from 255) = 64.85%
R=3.81%
G=31.34%
B=64.85%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal141152380.940.5200.07212.9588.8949.41
HexE73EE5E3407d55931
Octal16163356136640732513161
Binary111011100111110111010111101101000111110101011011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0e73ee

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,115,238); }

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

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

 a { background-color: rgb(14,115,238); }

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

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

 span { border-color: rgb(14,115,238); }

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