Shades of Dodger Blue #0E61FF
Tints of Dodger Blue #0E61FF
RGB
CMYK
RGB Variations
Color information
#0E61FF (or 0x0E61FF) is known color: Dodger Blue. HEX triplet: 0E, 61 and FF. RGB value is (14,97,255). Sum of RGB (Red+Green+Blue) = 14+97+255=366 (48% of max value = 765). Red value is 14 (5.86% from 255 or 3.83% from 366); Green value is 97 (38.28% from 255 or 26.50% from 366); Blue value is 255 (100% from 255 or 69.67% from 366); Max value from RGB is 255 - color contains mainly: blue. Hex color #0E61FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0E61FF is #F19E00. Grayscale: #595959. Windows color (decimal): -15834625 or 16736526. OLE color: 16736526.
HSL color Cylindrical-coordinate representation of color #0E61FF: hue angle of 219.34º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0E61FF is Cyan = 0.95, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 14 | 97 | 255 | - |
| CMYK | 0.95 | 0.62 | 0 | 0 |
| HSL | 219.34º | 1% | 0.53% | - |
| HSV(B) | 219.34º | 0.95% | 1% | - |
| XYZ | 22.51 | 15.86 | 96.48 | - |
| YUV | 90.2 | 221 | 73.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 97 | 255 | 0.95 | 0.62 | 0 | 0 | 219.34 | 1 | 0.53 |
| Hex | E | 61 | FF | 5F | 3E | 0 | 0 | DB | 64 | 35 |
| Octal | 16 | 141 | 377 | 137 | 76 | 0 | 0 | 333 | 144 | 65 |
| Binary | 1110 | 1100001 | 11111111 | 1011111 | 111110 | 0 | 0 | 11011011 | 1100100 | 110101 |
Color Harmonies of #0E61FF
Complementary color
Monochromatic Colors of #0E61FF
Black with #0E61FF
Text Example
Text Example
White with #0E61FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E61FF; }
p { color: rgb(14,97,255); }
H1.HeaderClassName
{
color: #0E61FF;
}
.AnyTagClassName
{
color: #0E61FF;
}
</style>
background-color css
<style>
a { background-color: #0E61FF; }
a { background-color: rgb(14,97,255); }
div.DivClassName
{
background-color: #0E61FF;
}
.BgClassName
{
background-color: #0E61FF;
}
</style>
border-color css
<style>
span { border-color: #0E61FF; }
span { border-color: rgb(14,97,255); }
td.TdClassName
{
border-color: #0E61FF;
}
.TagClassName
{
border-color: #0E61FF;
}
</style>