Shades of Royal Blue #2268EF
Tints of Royal Blue #2268EF
RGB
CMYK
RGB Variations
Color information
#2268EF (or 0x2268EF) is known color: Royal Blue. HEX triplet: 22, 68 and EF. RGB value is (34,104,239). Sum of RGB (Red+Green+Blue) = 34+104+239=377 (49% of max value = 765). Red value is 34 (13.67% from 255 or 9.02% from 377); Green value is 104 (41.02% from 255 or 27.59% from 377); Blue value is 239 (93.75% from 255 or 63.40% from 377); Max value from RGB is 239 - color contains mainly: blue. Hex color #2268EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2268EF is #DD9710. Grayscale: #616161. Windows color (decimal): -14522129 or 15689762. OLE color: 15689762.
HSL color Cylindrical-coordinate representation of color #2268EF: hue angle of 219.51º 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 #2268EF is Cyan = 0.86, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 34 | 104 | 239 | - |
| CMYK | 0.86 | 0.56 | 0 | 0.06 |
| HSL | 219.51º | 0.86% | 0.54% | - |
| HSV(B) | 219.51º | 0.86% | 0.94% | - |
| XYZ | 21.19 | 16.47 | 83.72 | - |
| YUV | 98.46 | 207.31 | 82.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 104 | 239 | 0.86 | 0.56 | 0 | 0.06 | 219.51 | 0.86 | 0.54 |
| Hex | 22 | 68 | EF | 56 | 38 | 0 | 6 | DC | 56 | 36 |
| Octal | 42 | 150 | 357 | 126 | 70 | 0 | 6 | 334 | 126 | 66 |
| Binary | 100010 | 1101000 | 11101111 | 1010110 | 111000 | 0 | 110 | 11011100 | 1010110 | 110110 |
Color Harmonies of #2268EF
Complementary color
Monochromatic Colors of #2268EF
Black with #2268EF
Text Example
Text Example
White with #2268EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2268EF; }
p { color: rgb(34,104,239); }
H1.HeaderClassName
{
color: #2268EF;
}
.AnyTagClassName
{
color: #2268EF;
}
</style>
background-color css
<style>
a { background-color: #2268EF; }
a { background-color: rgb(34,104,239); }
div.DivClassName
{
background-color: #2268EF;
}
.BgClassName
{
background-color: #2268EF;
}
</style>
border-color css
<style>
span { border-color: #2268EF; }
span { border-color: rgb(34,104,239); }
td.TdClassName
{
border-color: #2268EF;
}
.TagClassName
{
border-color: #2268EF;
}
</style>