Shades of Dodger Blue #046EFE
Tints of Dodger Blue #046EFE
RGB
CMYK
RGB Variations
Color information
#046EFE (or 0x046EFE) is known color: Dodger Blue. HEX triplet: 04, 6E and FE. RGB value is (4,110,254). Sum of RGB (Red+Green+Blue) = 4+110+254=368 (48% of max value = 765). Red value is 4 (1.95% from 255 or 1.09% from 368); Green value is 110 (43.36% from 255 or 29.89% from 368); Blue value is 254 (99.61% from 255 or 69.02% from 368); Max value from RGB is 254 - color contains mainly: blue. Hex color #046EFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #046EFE is #FB9101. Grayscale: #5E5E5E. Windows color (decimal): -16486658 or 16674308. OLE color: 16674308.
HSL color Cylindrical-coordinate representation of color #046EFE: hue angle of 214.56º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #046EFE is Cyan = 0.98, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 4 | 110 | 254 | - |
| CMYK | 0.98 | 0.57 | 0 | 0.00 |
| HSL | 214.56º | 0.99% | 0.51% | - |
| HSV(B) | 214.56º | 0.98% | 1% | - |
| XYZ | 23.52 | 18.33 | 96.07 | - |
| YUV | 94.72 | 217.88 | 63.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 110 | 254 | 0.98 | 0.57 | 0 | 0.00 | 214.56 | 0.99 | 0.51 |
| Hex | 4 | 6E | FE | 62 | 39 | 0 | 0 | D7 | 63 | 33 |
| Octal | 4 | 156 | 376 | 142 | 71 | 0 | 0 | 327 | 143 | 63 |
| Binary | 100 | 1101110 | 11111110 | 1100010 | 111001 | 0 | 0 | 11010111 | 1100011 | 110011 |
Color Harmonies of #046EFE
Complementary color
Monochromatic Colors of #046EFE
Black with #046EFE
Text Example
Text Example
White with #046EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046EFE; }
p { color: rgb(4,110,254); }
H1.HeaderClassName
{
color: #046EFE;
}
.AnyTagClassName
{
color: #046EFE;
}
</style>
background-color css
<style>
a { background-color: #046EFE; }
a { background-color: rgb(4,110,254); }
div.DivClassName
{
background-color: #046EFE;
}
.BgClassName
{
background-color: #046EFE;
}
</style>
border-color css
<style>
span { border-color: #046EFE; }
span { border-color: rgb(4,110,254); }
td.TdClassName
{
border-color: #046EFE;
}
.TagClassName
{
border-color: #046EFE;
}
</style>