Shades of Dodger Blue #0E92FA
Tints of Dodger Blue #0E92FA
RGB
CMYK
RGB Variations
Color information
#0E92FA (or 0x0E92FA) is known color: Dodger Blue. HEX triplet: 0E, 92 and FA. RGB value is (14,146,250). Sum of RGB (Red+Green+Blue) = 14+146+250=410 (54% of max value = 765). Red value is 14 (5.86% from 255 or 3.41% from 410); Green value is 146 (57.42% from 255 or 35.61% from 410); Blue value is 250 (98.05% from 255 or 60.98% from 410); Max value from RGB is 250 - color contains mainly: blue. Hex color #0E92FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0E92FA is #F16D05. Grayscale: #757575. Windows color (decimal): -15822086 or 16421390. OLE color: 16421390.
HSL color Cylindrical-coordinate representation of color #0E92FA: hue angle of 206.44º 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 #0E92FA is Cyan = 0.94, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 14 | 146 | 250 | - |
| CMYK | 0.94 | 0.42 | 0 | 0.02 |
| HSL | 206.44º | 0.96% | 0.52% | - |
| HSV(B) | 206.44º | 0.94% | 0.98% | - |
| XYZ | 27.72 | 27.55 | 94.3 | - |
| YUV | 118.39 | 202.27 | 53.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 146 | 250 | 0.94 | 0.42 | 0 | 0.02 | 206.44 | 0.96 | 0.52 |
| Hex | E | 92 | FA | 5E | 2A | 0 | 2 | CE | 60 | 34 |
| Octal | 16 | 222 | 372 | 136 | 52 | 0 | 2 | 316 | 140 | 64 |
| Binary | 1110 | 10010010 | 11111010 | 1011110 | 101010 | 0 | 10 | 11001110 | 1100000 | 110100 |
Color Harmonies of #0E92FA
Complementary color
Monochromatic Colors of #0E92FA
Black with #0E92FA
Text Example
Text Example
White with #0E92FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E92FA; }
p { color: rgb(14,146,250); }
H1.HeaderClassName
{
color: #0E92FA;
}
.AnyTagClassName
{
color: #0E92FA;
}
</style>
background-color css
<style>
a { background-color: #0E92FA; }
a { background-color: rgb(14,146,250); }
div.DivClassName
{
background-color: #0E92FA;
}
.BgClassName
{
background-color: #0E92FA;
}
</style>
border-color css
<style>
span { border-color: #0E92FA; }
span { border-color: rgb(14,146,250); }
td.TdClassName
{
border-color: #0E92FA;
}
.TagClassName
{
border-color: #0E92FA;
}
</style>