Shades of Royal Blue #2267EF
Tints of Royal Blue #2267EF
RGB
CMYK
RGB Variations
Color information
#2267EF (or 0x2267EF) is known color: Royal Blue. HEX triplet: 22, 67 and EF. RGB value is (34,103,239). Sum of RGB (Red+Green+Blue) = 34+103+239=376 (49% of max value = 765). Red value is 34 (13.67% from 255 or 9.04% from 376); Green value is 103 (40.62% from 255 or 27.39% from 376); Blue value is 239 (93.75% from 255 or 63.56% from 376); Max value from RGB is 239 - color contains mainly: blue. Hex color #2267EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2267EF is #DD9810. Grayscale: #616161. Windows color (decimal): -14522385 or 15689506. OLE color: 15689506.
HSL color Cylindrical-coordinate representation of color #2267EF: hue angle of 219.8º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2267EF is Cyan = 0.86, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 34 | 103 | 239 | - |
| CMYK | 0.86 | 0.57 | 0 | 0.06 |
| HSL | 219.8º | 0.86% | 0.54% | - |
| HSV(B) | 219.8º | 0.86% | 0.94% | - |
| XYZ | 21.09 | 16.27 | 83.69 | - |
| YUV | 97.87 | 207.64 | 82.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 103 | 239 | 0.86 | 0.57 | 0 | 0.06 | 219.8 | 0.86 | 0.54 |
| Hex | 22 | 67 | EF | 56 | 39 | 0 | 6 | DC | 56 | 36 |
| Octal | 42 | 147 | 357 | 126 | 71 | 0 | 6 | 334 | 126 | 66 |
| Binary | 100010 | 1100111 | 11101111 | 1010110 | 111001 | 0 | 110 | 11011100 | 1010110 | 110110 |
Color Harmonies of #2267EF
Complementary color
Monochromatic Colors of #2267EF
Black with #2267EF
Text Example
Text Example
White with #2267EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2267EF; }
p { color: rgb(34,103,239); }
H1.HeaderClassName
{
color: #2267EF;
}
.AnyTagClassName
{
color: #2267EF;
}
</style>
background-color css
<style>
a { background-color: #2267EF; }
a { background-color: rgb(34,103,239); }
div.DivClassName
{
background-color: #2267EF;
}
.BgClassName
{
background-color: #2267EF;
}
</style>
border-color css
<style>
span { border-color: #2267EF; }
span { border-color: rgb(34,103,239); }
td.TdClassName
{
border-color: #2267EF;
}
.TagClassName
{
border-color: #2267EF;
}
</style>