Shades of Dodger Blue #246AFF
Tints of Dodger Blue #246AFF
RGB
CMYK
RGB Variations
Color information
#246AFF (or 0x246AFF) is known color: Dodger Blue. HEX triplet: 24, 6A and FF. RGB value is (36,106,255). Sum of RGB (Red+Green+Blue) = 36+106+255=397 (52% of max value = 765). Red value is 36 (14.45% from 255 or 9.07% from 397); Green value is 106 (41.80% from 255 or 26.70% from 397); Blue value is 255 (100% from 255 or 64.23% from 397); Max value from RGB is 255 - color contains mainly: blue. Hex color #246AFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #246AFF is #DB9500. Grayscale: #656565. Windows color (decimal): -14390529 or 16738852. OLE color: 16738852.
HSL color Cylindrical-coordinate representation of color #246AFF: hue angle of 220.82º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #246AFF is Cyan = 0.86, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 36 | 106 | 255 | - |
| CMYK | 0.86 | 0.58 | 0 | 0 |
| HSL | 220.82º | 1% | 0.57% | - |
| HSV(B) | 220.82º | 0.86% | 1% | - |
| XYZ | 23.93 | 17.9 | 96.8 | - |
| YUV | 102.06 | 214.31 | 80.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 106 | 255 | 0.86 | 0.58 | 0 | 0 | 220.82 | 1 | 0.57 |
| Hex | 24 | 6A | FF | 56 | 3A | 0 | 0 | DD | 64 | 39 |
| Octal | 44 | 152 | 377 | 126 | 72 | 0 | 0 | 335 | 144 | 71 |
| Binary | 100100 | 1101010 | 11111111 | 1010110 | 111010 | 0 | 0 | 11011101 | 1100100 | 111001 |
Color Harmonies of #246AFF
Complementary color
Monochromatic Colors of #246AFF
Black with #246AFF
Text Example
Text Example
White with #246AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246AFF; }
p { color: rgb(36,106,255); }
H1.HeaderClassName
{
color: #246AFF;
}
.AnyTagClassName
{
color: #246AFF;
}
</style>
background-color css
<style>
a { background-color: #246AFF; }
a { background-color: rgb(36,106,255); }
div.DivClassName
{
background-color: #246AFF;
}
.BgClassName
{
background-color: #246AFF;
}
</style>
border-color css
<style>
span { border-color: #246AFF; }
span { border-color: rgb(36,106,255); }
td.TdClassName
{
border-color: #246AFF;
}
.TagClassName
{
border-color: #246AFF;
}
</style>