Shades of Dodger Blue #246EFE
Tints of Dodger Blue #246EFE
RGB
CMYK
RGB Variations
Color information
#246EFE (or 0x246EFE) is known color: Dodger Blue. HEX triplet: 24, 6E and FE. RGB value is (36,110,254). Sum of RGB (Red+Green+Blue) = 36+110+254=400 (52% of max value = 765). Red value is 36 (14.45% from 255 or 9% from 400); Green value is 110 (43.36% from 255 or 27.5% from 400); Blue value is 254 (99.61% from 255 or 63.5% from 400); Max value from RGB is 254 - color contains mainly: blue. Hex color #246EFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #246EFE is #DB9101. Grayscale: #676767. Windows color (decimal): -14389506 or 16674340. OLE color: 16674340.
HSL color Cylindrical-coordinate representation of color #246EFE: hue angle of 219.63º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #246EFE is Cyan = 0.86, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 36 | 110 | 254 | - |
| CMYK | 0.86 | 0.57 | 0 | 0.00 |
| HSL | 219.63º | 0.99% | 0.57% | - |
| HSV(B) | 219.63º | 0.86% | 1% | - |
| XYZ | 24.19 | 18.68 | 96.1 | - |
| YUV | 104.29 | 212.48 | 79.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 110 | 254 | 0.86 | 0.57 | 0 | 0.00 | 219.63 | 0.99 | 0.57 |
| Hex | 24 | 6E | FE | 56 | 39 | 0 | 0 | DC | 63 | 39 |
| Octal | 44 | 156 | 376 | 126 | 71 | 0 | 0 | 334 | 143 | 71 |
| Binary | 100100 | 1101110 | 11111110 | 1010110 | 111001 | 0 | 0 | 11011100 | 1100011 | 111001 |
Color Harmonies of #246EFE
Complementary color
Monochromatic Colors of #246EFE
Black with #246EFE
Text Example
Text Example
White with #246EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246EFE; }
p { color: rgb(36,110,254); }
H1.HeaderClassName
{
color: #246EFE;
}
.AnyTagClassName
{
color: #246EFE;
}
</style>
background-color css
<style>
a { background-color: #246EFE; }
a { background-color: rgb(36,110,254); }
div.DivClassName
{
background-color: #246EFE;
}
.BgClassName
{
background-color: #246EFE;
}
</style>
border-color css
<style>
span { border-color: #246EFE; }
span { border-color: rgb(36,110,254); }
td.TdClassName
{
border-color: #246EFE;
}
.TagClassName
{
border-color: #246EFE;
}
</style>