#0E9FFE

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

Shades of Dodger Blue #0E9FFE

Tints of Dodger Blue #0E9FFE

Color information

#0E9FFE (or 0x0E9FFE) is unknown color: approx Dodger Blue. HEX triplet: 0E, 9F and FE. RGB value is (14,159,254). Sum of RGB (Red+Green+Blue) = 14+159+254=427 (56% of max value = 765). Red value is 14 (5.86% from 255 or 3.28% from 427); Green value is 159 (62.5% from 255 or 37.24% from 427); Blue value is 254 (99.61% from 255 or 59.48% from 427); Max value from RGB is 254 - color contains mainly: blue. Hex color #0E9FFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0E9FFE is #F16001. Grayscale: #7D7D7D. Windows color (decimal): -15818754 or 16686862. OLE color: 16686862.

HSL color Cylindrical-coordinate representation of color #0E9FFE: hue angle of 203.75º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E9FFE is Cyan = 0.94, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB14159254-
CMYK0.940.3700.00
HSL203.75º99.17%52.55%-
HSV(B)203.75º94.49%99.61%-
XYZ30.4732.0598.35-
YUV126.48199.9647.78-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.28%
GREEN value IS 159 (62.5% from 255) = 37.24%
BLUE value IS 254 (99.61% from 255) = 59.48%
R=3.28%
G=37.24%
B=59.48%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal141592540.940.3700.00203.7599.1752.55
HexE9FFE5E2500cc6335
Octal16237376136450031414365
Binary11101001111111111110101111010010100110011001100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E9FFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,159,254); }

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

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

 a { background-color: rgb(14,159,254); }

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

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

 span { border-color: rgb(14,159,254); }

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