#0E90FA

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

Shades of Dodger Blue #0E90FA

Tints of Dodger Blue #0E90FA

Color information

#0E90FA (or 0x0E90FA) is unknown color: approx Dodger Blue. HEX triplet: 0E, 90 and FA. RGB value is (14,144,250). Sum of RGB (Red+Green+Blue) = 14+144+250=408 (54% of max value = 765). Red value is 14 (5.86% from 255 or 3.43% from 408); Green value is 144 (56.64% from 255 or 35.29% from 408); Blue value is 250 (98.05% from 255 or 61.27% from 408); Max value from RGB is 250 - color contains mainly: blue. Hex color #0E90FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0E90FA is #F16F05. Grayscale: #747474. Windows color (decimal): -15822598 or 16420878. OLE color: 16420878.

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

Color convert

RGB14144250-
CMYK0.940.4200.02
HSL206.95º95.93%51.76%-
HSV(B)206.95º94.4%98.04%-
XYZ27.4126.9494.2-
YUV117.21202.9354.38-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.43%
GREEN value IS 144 (56.64% from 255) = 35.29%
BLUE value IS 250 (98.05% from 255) = 61.27%
R=3.43%
G=35.29%
B=61.27%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal141442500.940.4200.02206.9595.9351.76
HexE90FA5E2A02cf6034
Octal16220372136520231714064
Binary111010010000111110101011110101010010110011111100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E90FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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