Shades of Dodger Blue #046DF8
Tints of Dodger Blue #046DF8
RGB
CMYK
RGB Variations
Color information
#046DF8 (or 0x046DF8) is known color: Dodger Blue. HEX triplet: 04, 6D and F8. RGB value is (4,109,248). Sum of RGB (Red+Green+Blue) = 4+109+248=361 (47% of max value = 765). Red value is 4 (1.95% from 255 or 1.11% from 361); Green value is 109 (42.97% from 255 or 30.19% from 361); Blue value is 248 (97.27% from 255 or 68.70% from 361); Max value from RGB is 248 - color contains mainly: blue. Hex color #046DF8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #046DF8 is #FB9207. Grayscale: #5C5C5C. Windows color (decimal): -16486920 or 16280836. OLE color: 16280836.
HSL color Cylindrical-coordinate representation of color #046DF8: hue angle of 214.18º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #046DF8 is Cyan = 0.98, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 4 | 109 | 248 | - |
| CMYK | 0.98 | 0.56 | 0 | 0.03 |
| HSL | 214.18º | 0.97% | 0.49% | - |
| HSV(B) | 214.18º | 0.98% | 0.97% | - |
| XYZ | 22.46 | 17.74 | 91.05 | - |
| YUV | 93.45 | 215.21 | 64.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 109 | 248 | 0.98 | 0.56 | 0 | 0.03 | 214.18 | 0.97 | 0.49 |
| Hex | 4 | 6D | F8 | 62 | 38 | 0 | 3 | D6 | 61 | 31 |
| Octal | 4 | 155 | 370 | 142 | 70 | 0 | 3 | 326 | 141 | 61 |
| Binary | 100 | 1101101 | 11111000 | 1100010 | 111000 | 0 | 11 | 11010110 | 1100001 | 110001 |
Color Harmonies of #046DF8
Complementary color
Monochromatic Colors of #046DF8
Black with #046DF8
Text Example
Text Example
White with #046DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046DF8; }
p { color: rgb(4,109,248); }
H1.HeaderClassName
{
color: #046DF8;
}
.AnyTagClassName
{
color: #046DF8;
}
</style>
background-color css
<style>
a { background-color: #046DF8; }
a { background-color: rgb(4,109,248); }
div.DivClassName
{
background-color: #046DF8;
}
.BgClassName
{
background-color: #046DF8;
}
</style>
border-color css
<style>
span { border-color: #046DF8; }
span { border-color: rgb(4,109,248); }
td.TdClassName
{
border-color: #046DF8;
}
.TagClassName
{
border-color: #046DF8;
}
</style>