#0E9BFA

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

Shades of Dodger Blue #0E9BFA

Tints of Dodger Blue #0E9BFA

Color information

#0E9BFA (or 0x0E9BFA) is unknown color: approx Dodger Blue. HEX triplet: 0E, 9B and FA. RGB value is (14,155,250). Sum of RGB (Red+Green+Blue) = 14+155+250=419 (55% of max value = 765). Red value is 14 (5.86% from 255 or 3.34% from 419); Green value is 155 (60.94% from 255 or 36.99% from 419); Blue value is 250 (98.05% from 255 or 59.67% from 419); Max value from RGB is 250 - color contains mainly: blue. Hex color #0E9BFA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0E9BFA is #F16405. Grayscale: #7B7B7B. Windows color (decimal): -15819782 or 16423694. OLE color: 16423694.

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

Color convert

RGB14155250-
CMYK0.940.3800.02
HSL204.15º95.93%51.76%-
HSV(B)204.15º94.4%98.04%-
XYZ29.1630.4494.78-
YUV123.67199.2949.78-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.34%
GREEN value IS 155 (60.94% from 255) = 36.99%
BLUE value IS 250 (98.05% from 255) = 59.67%
R=3.34%
G=36.99%
B=59.67%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal141552500.940.3800.02204.1595.9351.76
HexE9BFA5E2602cc6034
Octal16233372136460231414064
Binary111010011011111110101011110100110010110011001100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E9BFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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