Shades of Dodger Blue #0E65FE
Tints of Dodger Blue #0E65FE
RGB
CMYK
RGB Variations
Color information
#0E65FE (or 0x0E65FE) is known color: Dodger Blue. HEX triplet: 0E, 65 and FE. RGB value is (14,101,254). Sum of RGB (Red+Green+Blue) = 14+101+254=369 (48% of max value = 765). Red value is 14 (5.86% from 255 or 3.79% from 369); Green value is 101 (39.84% from 255 or 27.37% from 369); Blue value is 254 (99.61% from 255 or 68.83% from 369); Max value from RGB is 254 - color contains mainly: blue. Hex color #0E65FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0E65FE is #F19A01. Grayscale: #5B5B5B. Windows color (decimal): -15833602 or 16672014. OLE color: 16672014.
HSL color Cylindrical-coordinate representation of color #0E65FE: hue angle of 218.25º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E65FE is Cyan = 0.94, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 14 | 101 | 254 | - |
| CMYK | 0.94 | 0.60 | 0 | 0.00 |
| HSL | 218.25º | 0.99% | 0.53% | - |
| HSV(B) | 218.25º | 0.94% | 1% | - |
| XYZ | 22.72 | 16.56 | 95.76 | - |
| YUV | 92.43 | 219.18 | 72.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 101 | 254 | 0.94 | 0.60 | 0 | 0.00 | 218.25 | 0.99 | 0.53 |
| Hex | E | 65 | FE | 5E | 3C | 0 | 0 | DA | 63 | 35 |
| Octal | 16 | 145 | 376 | 136 | 74 | 0 | 0 | 332 | 143 | 65 |
| Binary | 1110 | 1100101 | 11111110 | 1011110 | 111100 | 0 | 0 | 11011010 | 1100011 | 110101 |
Color Harmonies of #0E65FE
Complementary color
Monochromatic Colors of #0E65FE
Black with #0E65FE
Text Example
Text Example
White with #0E65FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E65FE; }
p { color: rgb(14,101,254); }
H1.HeaderClassName
{
color: #0E65FE;
}
.AnyTagClassName
{
color: #0E65FE;
}
</style>
background-color css
<style>
a { background-color: #0E65FE; }
a { background-color: rgb(14,101,254); }
div.DivClassName
{
background-color: #0E65FE;
}
.BgClassName
{
background-color: #0E65FE;
}
</style>
border-color css
<style>
span { border-color: #0E65FE; }
span { border-color: rgb(14,101,254); }
td.TdClassName
{
border-color: #0E65FE;
}
.TagClassName
{
border-color: #0E65FE;
}
</style>