Shades of Royal Blue #2467DB
Tints of Royal Blue #2467DB
RGB
CMYK
RGB Variations
Color information
#2467DB (or 0x2467DB) is known color: Royal Blue. HEX triplet: 24, 67 and DB. RGB value is (36,103,219). Sum of RGB (Red+Green+Blue) = 36+103+219=358 (47% of max value = 765). Red value is 36 (14.45% from 255 or 10.06% from 358); Green value is 103 (40.62% from 255 or 28.77% from 358); Blue value is 219 (85.94% from 255 or 61.17% from 358); Max value from RGB is 219 - color contains mainly: blue. Hex color #2467DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2467DB is #DB9824. Grayscale: #5F5F5F. Windows color (decimal): -14391333 or 14378788. OLE color: 14378788.
HSL color Cylindrical-coordinate representation of color #2467DB: hue angle of 218.03º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2467DB is Cyan = 0.84, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 36 | 103 | 219 | - |
| CMYK | 0.84 | 0.53 | 0 | 0.14 |
| HSL | 218.03º | 0.72% | 0.5% | - |
| HSV(B) | 218.03º | 0.84% | 0.86% | - |
| XYZ | 18.36 | 15.19 | 68.98 | - |
| YUV | 96.19 | 197.3 | 85.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 103 | 219 | 0.84 | 0.53 | 0 | 0.14 | 218.03 | 0.72 | 0.5 |
| Hex | 24 | 67 | DB | 54 | 35 | 0 | E | DA | 48 | 32 |
| Octal | 44 | 147 | 333 | 124 | 65 | 0 | 16 | 332 | 110 | 62 |
| Binary | 100100 | 1100111 | 11011011 | 1010100 | 110101 | 0 | 1110 | 11011010 | 1001000 | 110010 |
Color Harmonies of #2467DB
Complementary color
Monochromatic Colors of #2467DB
Black with #2467DB
Text Example
Text Example
White with #2467DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2467DB; }
p { color: rgb(36,103,219); }
H1.HeaderClassName
{
color: #2467DB;
}
.AnyTagClassName
{
color: #2467DB;
}
</style>
background-color css
<style>
a { background-color: #2467DB; }
a { background-color: rgb(36,103,219); }
div.DivClassName
{
background-color: #2467DB;
}
.BgClassName
{
background-color: #2467DB;
}
</style>
border-color css
<style>
span { border-color: #2467DB; }
span { border-color: rgb(36,103,219); }
td.TdClassName
{
border-color: #2467DB;
}
.TagClassName
{
border-color: #2467DB;
}
</style>