Shades of Royal Blue #246CDA
Tints of Royal Blue #246CDA
RGB
CMYK
RGB Variations
Color information
#246CDA (or 0x246CDA) is known color: Royal Blue. HEX triplet: 24, 6C and DA. RGB value is (36,108,218). Sum of RGB (Red+Green+Blue) = 36+108+218=362 (47% of max value = 765). Red value is 36 (14.45% from 255 or 9.94% from 362); Green value is 108 (42.58% from 255 or 29.83% from 362); Blue value is 218 (85.55% from 255 or 60.22% from 362); Max value from RGB is 218 - color contains mainly: blue. Hex color #246CDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #246CDA is #DB9325. Grayscale: #626262. Windows color (decimal): -14390054 or 14314532. OLE color: 14314532.
HSL color Cylindrical-coordinate representation of color #246CDA: hue angle of 216.26º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #246CDA is Cyan = 0.83, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 36 | 108 | 218 | - |
| CMYK | 0.83 | 0.50 | 0 | 0.15 |
| HSL | 216.26º | 0.72% | 0.5% | - |
| HSV(B) | 216.26º | 0.83% | 0.85% | - |
| XYZ | 18.75 | 16.16 | 68.46 | - |
| YUV | 99.01 | 195.15 | 83.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 108 | 218 | 0.83 | 0.50 | 0 | 0.15 | 216.26 | 0.72 | 0.5 |
| Hex | 24 | 6C | DA | 53 | 32 | 0 | F | D8 | 48 | 32 |
| Octal | 44 | 154 | 332 | 123 | 62 | 0 | 17 | 330 | 110 | 62 |
| Binary | 100100 | 1101100 | 11011010 | 1010011 | 110010 | 0 | 1111 | 11011000 | 1001000 | 110010 |
Color Harmonies of #246CDA
Complementary color
Monochromatic Colors of #246CDA
Black with #246CDA
Text Example
Text Example
White with #246CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246CDA; }
p { color: rgb(36,108,218); }
H1.HeaderClassName
{
color: #246CDA;
}
.AnyTagClassName
{
color: #246CDA;
}
</style>
background-color css
<style>
a { background-color: #246CDA; }
a { background-color: rgb(36,108,218); }
div.DivClassName
{
background-color: #246CDA;
}
.BgClassName
{
background-color: #246CDA;
}
</style>
border-color css
<style>
span { border-color: #246CDA; }
span { border-color: rgb(36,108,218); }
td.TdClassName
{
border-color: #246CDA;
}
.TagClassName
{
border-color: #246CDA;
}
</style>