Shades of Dodger Blue #046FFE
Tints of Dodger Blue #046FFE
RGB
CMYK
RGB Variations
Color information
#046FFE (or 0x046FFE) is known color: Dodger Blue. HEX triplet: 04, 6F and FE. RGB value is (4,111,254). Sum of RGB (Red+Green+Blue) = 4+111+254=369 (48% of max value = 765). Red value is 4 (1.95% from 255 or 1.08% from 369); Green value is 111 (43.75% from 255 or 30.08% 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 #046FFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #046FFE is #FB9001. Grayscale: #5E5E5E. Windows color (decimal): -16486402 or 16674564. OLE color: 16674564.
HSL color Cylindrical-coordinate representation of color #046FFE: hue angle of 214.32º 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 #046FFE is Cyan = 0.98, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 4 | 111 | 254 | - |
| CMYK | 0.98 | 0.56 | 0 | 0.00 |
| HSL | 214.32º | 0.99% | 0.51% | - |
| HSV(B) | 214.32º | 0.98% | 1% | - |
| XYZ | 23.62 | 18.55 | 96.1 | - |
| YUV | 95.31 | 217.55 | 62.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 111 | 254 | 0.98 | 0.56 | 0 | 0.00 | 214.32 | 0.99 | 0.51 |
| Hex | 4 | 6F | FE | 62 | 38 | 0 | 0 | D6 | 63 | 33 |
| Octal | 4 | 157 | 376 | 142 | 70 | 0 | 0 | 326 | 143 | 63 |
| Binary | 100 | 1101111 | 11111110 | 1100010 | 111000 | 0 | 0 | 11010110 | 1100011 | 110011 |
Color Harmonies of #046FFE
Complementary color
Monochromatic Colors of #046FFE
Black with #046FFE
Text Example
Text Example
White with #046FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046FFE; }
p { color: rgb(4,111,254); }
H1.HeaderClassName
{
color: #046FFE;
}
.AnyTagClassName
{
color: #046FFE;
}
</style>
background-color css
<style>
a { background-color: #046FFE; }
a { background-color: rgb(4,111,254); }
div.DivClassName
{
background-color: #046FFE;
}
.BgClassName
{
background-color: #046FFE;
}
</style>
border-color css
<style>
span { border-color: #046FFE; }
span { border-color: rgb(4,111,254); }
td.TdClassName
{
border-color: #046FFE;
}
.TagClassName
{
border-color: #046FFE;
}
</style>