Shades of Royal Blue #2467EE
Tints of Royal Blue #2467EE
RGB
CMYK
RGB Variations
Color information
#2467EE (or 0x2467EE) is known color: Royal Blue. HEX triplet: 24, 67 and EE. RGB value is (36,103,238). Sum of RGB (Red+Green+Blue) = 36+103+238=377 (49% of max value = 765). Red value is 36 (14.45% from 255 or 9.55% from 377); Green value is 103 (40.62% from 255 or 27.32% from 377); Blue value is 238 (93.36% from 255 or 63.13% from 377); Max value from RGB is 238 - color contains mainly: blue. Hex color #2467EE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2467EE is #DB9811. Grayscale: #616161. Windows color (decimal): -14391314 or 15623972. OLE color: 15623972.
HSL color Cylindrical-coordinate representation of color #2467EE: hue angle of 220.1º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2467EE is Cyan = 0.85, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 36 | 103 | 238 | - |
| CMYK | 0.85 | 0.57 | 0 | 0.07 |
| HSL | 220.1º | 0.86% | 0.54% | - |
| HSV(B) | 220.1º | 0.85% | 0.93% | - |
| XYZ | 21.01 | 16.25 | 82.92 | - |
| YUV | 98.36 | 206.8 | 83.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 103 | 238 | 0.85 | 0.57 | 0 | 0.07 | 220.1 | 0.86 | 0.54 |
| Hex | 24 | 67 | EE | 55 | 39 | 0 | 7 | DC | 56 | 36 |
| Octal | 44 | 147 | 356 | 125 | 71 | 0 | 7 | 334 | 126 | 66 |
| Binary | 100100 | 1100111 | 11101110 | 1010101 | 111001 | 0 | 111 | 11011100 | 1010110 | 110110 |
Color Harmonies of #2467EE
Complementary color
Monochromatic Colors of #2467EE
Black with #2467EE
Text Example
Text Example
White with #2467EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2467EE; }
p { color: rgb(36,103,238); }
H1.HeaderClassName
{
color: #2467EE;
}
.AnyTagClassName
{
color: #2467EE;
}
</style>
background-color css
<style>
a { background-color: #2467EE; }
a { background-color: rgb(36,103,238); }
div.DivClassName
{
background-color: #2467EE;
}
.BgClassName
{
background-color: #2467EE;
}
</style>
border-color css
<style>
span { border-color: #2467EE; }
span { border-color: rgb(36,103,238); }
td.TdClassName
{
border-color: #2467EE;
}
.TagClassName
{
border-color: #2467EE;
}
</style>