Shades of Dodger Blue #0E9BFA
Tints of Dodger Blue #0E9BFA
RGB
CMYK
RGB Variations
Color information
#0E9BFA (or 0x0E9BFA) is known color: 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
| RGB | 14 | 155 | 250 | - |
| CMYK | 0.94 | 0.38 | 0 | 0.02 |
| HSL | 204.15º | 0.96% | 0.52% | - |
| HSV(B) | 204.15º | 0.94% | 0.98% | - |
| XYZ | 29.16 | 30.44 | 94.78 | - |
| YUV | 123.67 | 199.29 | 49.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 155 | 250 | 0.94 | 0.38 | 0 | 0.02 | 204.15 | 0.96 | 0.52 |
| Hex | E | 9B | FA | 5E | 26 | 0 | 2 | CC | 60 | 34 |
| Octal | 16 | 233 | 372 | 136 | 46 | 0 | 2 | 314 | 140 | 64 |
| Binary | 1110 | 10011011 | 11111010 | 1011110 | 100110 | 0 | 10 | 11001100 | 1100000 | 110100 |
Color Harmonies of #0E9BFA
Complementary color
Monochromatic Colors of #0E9BFA
Black with #0E9BFA
Text Example
Text Example
White with #0E9BFA
Text Example
Text Example
HTML Codes & Css Web 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>