#0E9BFC

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

Shades of Dodger Blue #0E9BFC

Tints of Dodger Blue #0E9BFC

Color information

#0E9BFC (or 0x0E9BFC) is unknown color: approx Dodger Blue. HEX triplet: 0E, 9B and FC. RGB value is (14,155,252). Sum of RGB (Red+Green+Blue) = 14+155+252=421 (55% of max value = 765). Red value is 14 (5.86% from 255 or 3.33% from 421); Green value is 155 (60.94% from 255 or 36.82% from 421); Blue value is 252 (98.83% from 255 or 59.86% from 421); Max value from RGB is 252 - color contains mainly: blue. Hex color #0E9BFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0E9BFC is #F16403. Grayscale: #7B7B7B. Windows color (decimal): -15819780 or 16554766. OLE color: 16554766.

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

Color convert

RGB14155252-
CMYK0.940.3800.01
HSL204.45º97.54%52.16%-
HSV(B)204.45º94.44%98.82%-
XYZ29.4730.5696.44-
YUV123.9200.2949.61-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.33%
GREEN value IS 155 (60.94% from 255) = 36.82%
BLUE value IS 252 (98.83% from 255) = 59.86%
R=3.33%
G=36.82%
B=59.86%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal141552520.940.3800.01204.4597.5452.16
HexE9BFC5E2601cc6234
Octal16233374136460131414264
Binary11101001101111111100101111010011001110011001100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E9BFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,155,252); }

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

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

 a { background-color: rgb(14,155,252); }

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

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

 span { border-color: rgb(14,155,252); }

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