Shades of Royal Blue #2467DE
Tints of Royal Blue #2467DE
RGB
CMYK
RGB Variations
Color information
#2467DE (or 0x2467DE) is known color: Royal Blue. HEX triplet: 24, 67 and DE. RGB value is (36,103,222). Sum of RGB (Red+Green+Blue) = 36+103+222=361 (47% of max value = 765). Red value is 36 (14.45% from 255 or 9.97% from 361); Green value is 103 (40.62% from 255 or 28.53% from 361); Blue value is 222 (87.11% from 255 or 61.50% from 361); Max value from RGB is 222 - color contains mainly: blue. Hex color #2467DE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2467DE is #DB9821. Grayscale: #5F5F5F. Windows color (decimal): -14391330 or 14575396. OLE color: 14575396.
HSL color Cylindrical-coordinate representation of color #2467DE: hue angle of 218.39º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2467DE is Cyan = 0.84, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 36 | 103 | 222 | - |
| CMYK | 0.84 | 0.54 | 0 | 0.13 |
| HSL | 218.39º | 0.74% | 0.51% | - |
| HSV(B) | 218.39º | 0.84% | 0.87% | - |
| XYZ | 18.76 | 15.35 | 71.08 | - |
| YUV | 96.53 | 198.8 | 84.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 103 | 222 | 0.84 | 0.54 | 0 | 0.13 | 218.39 | 0.74 | 0.51 |
| Hex | 24 | 67 | DE | 54 | 36 | 0 | D | DA | 4A | 33 |
| Octal | 44 | 147 | 336 | 124 | 66 | 0 | 15 | 332 | 112 | 63 |
| Binary | 100100 | 1100111 | 11011110 | 1010100 | 110110 | 0 | 1101 | 11011010 | 1001010 | 110011 |
Color Harmonies of #2467DE
Complementary color
Monochromatic Colors of #2467DE
Black with #2467DE
Text Example
Text Example
White with #2467DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2467DE; }
p { color: rgb(36,103,222); }
H1.HeaderClassName
{
color: #2467DE;
}
.AnyTagClassName
{
color: #2467DE;
}
</style>
background-color css
<style>
a { background-color: #2467DE; }
a { background-color: rgb(36,103,222); }
div.DivClassName
{
background-color: #2467DE;
}
.BgClassName
{
background-color: #2467DE;
}
</style>
border-color css
<style>
span { border-color: #2467DE; }
span { border-color: rgb(36,103,222); }
td.TdClassName
{
border-color: #2467DE;
}
.TagClassName
{
border-color: #2467DE;
}
</style>