#0E78FA

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

Shades of Dodger Blue #0E78FA

Tints of Dodger Blue #0E78FA

Color information

#0E78FA (or 0x0E78FA) is unknown color: approx Dodger Blue. HEX triplet: 0E, 78 and FA. RGB value is (14,120,250). Sum of RGB (Red+Green+Blue) = 14+120+250=384 (50% of max value = 765). Red value is 14 (5.86% from 255 or 3.65% from 384); Green value is 120 (47.27% from 255 or 31.25% from 384); Blue value is 250 (98.05% from 255 or 65.10% from 384); Max value from RGB is 250 - color contains mainly: blue. Hex color #0E78FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0E78FA is #F18705. Grayscale: #666666. Windows color (decimal): -15828742 or 16414734. OLE color: 16414734.

HSL color Cylindrical-coordinate representation of color #0E78FA: hue angle of 213.05º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E78FA is Cyan = 0.94, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB14120250-
CMYK0.940.5200.02
HSL213.05º95.93%51.76%-
HSV(B)213.05º94.4%98.04%-
XYZ24.1520.4393.11-
YUV103.13210.8864.43-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.65%
GREEN value IS 120 (47.27% from 255) = 31.25%
BLUE value IS 250 (98.05% from 255) = 65.10%
R=3.65%
G=31.25%
B=65.10%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal141202500.940.5200.02213.0595.9351.76
HexE78FA5E3402d56034
Octal16170372136640232514064
Binary11101111000111110101011110110100010110101011100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E78FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,120,250); }

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

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

 a { background-color: rgb(14,120,250); }

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

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

 span { border-color: rgb(14,120,250); }

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