Shades of Dodger Blue #046CFE
Tints of Dodger Blue #046CFE
RGB
CMYK
RGB Variations
Color information
#046CFE (or 0x046CFE) is known color: Dodger Blue. HEX triplet: 04, 6C and FE. RGB value is (4,108,254). Sum of RGB (Red+Green+Blue) = 4+108+254=366 (48% of max value = 765). Red value is 4 (1.95% from 255 or 1.09% from 366); Green value is 108 (42.58% from 255 or 29.51% from 366); Blue value is 254 (99.61% from 255 or 69.40% from 366); Max value from RGB is 254 - color contains mainly: blue. Hex color #046CFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #046CFE is #FB9301. Grayscale: #5C5C5C. Windows color (decimal): -16487170 or 16673796. OLE color: 16673796.
HSL color Cylindrical-coordinate representation of color #046CFE: hue angle of 215.04º 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 #046CFE is Cyan = 0.98, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 4 | 108 | 254 | - |
| CMYK | 0.98 | 0.57 | 0 | 0.00 |
| HSL | 215.04º | 0.99% | 0.51% | - |
| HSV(B) | 215.04º | 0.98% | 1% | - |
| XYZ | 23.3 | 17.91 | 95.99 | - |
| YUV | 93.55 | 218.54 | 64.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 108 | 254 | 0.98 | 0.57 | 0 | 0.00 | 215.04 | 0.99 | 0.51 |
| Hex | 4 | 6C | FE | 62 | 39 | 0 | 0 | D7 | 63 | 33 |
| Octal | 4 | 154 | 376 | 142 | 71 | 0 | 0 | 327 | 143 | 63 |
| Binary | 100 | 1101100 | 11111110 | 1100010 | 111001 | 0 | 0 | 11010111 | 1100011 | 110011 |
Color Harmonies of #046CFE
Complementary color
Monochromatic Colors of #046CFE
Black with #046CFE
Text Example
Text Example
White with #046CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046CFE; }
p { color: rgb(4,108,254); }
H1.HeaderClassName
{
color: #046CFE;
}
.AnyTagClassName
{
color: #046CFE;
}
</style>
background-color css
<style>
a { background-color: #046CFE; }
a { background-color: rgb(4,108,254); }
div.DivClassName
{
background-color: #046CFE;
}
.BgClassName
{
background-color: #046CFE;
}
</style>
border-color css
<style>
span { border-color: #046CFE; }
span { border-color: rgb(4,108,254); }
td.TdClassName
{
border-color: #046CFE;
}
.TagClassName
{
border-color: #046CFE;
}
</style>