Shades of Royal Blue #2268FA
Tints of Royal Blue #2268FA
RGB
CMYK
RGB Variations
Color information
#2268FA (or 0x2268FA) is known color: Royal Blue. HEX triplet: 22, 68 and FA. RGB value is (34,104,250). Sum of RGB (Red+Green+Blue) = 34+104+250=388 (51% of max value = 765). Red value is 34 (13.67% from 255 or 8.76% from 388); Green value is 104 (41.02% from 255 or 26.80% from 388); Blue value is 250 (98.05% from 255 or 64.43% from 388); Max value from RGB is 250 - color contains mainly: blue. Hex color #2268FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2268FA is #DD9705. Grayscale: #636363. Windows color (decimal): -14522118 or 16410658. OLE color: 16410658.
HSL color Cylindrical-coordinate representation of color #2268FA: hue angle of 220.56º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2268FA is Cyan = 0.86, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 34 | 104 | 250 | - |
| CMYK | 0.86 | 0.58 | 0 | 0.02 |
| HSL | 220.56º | 0.96% | 0.56% | - |
| HSV(B) | 220.56º | 0.86% | 0.98% | - |
| XYZ | 22.87 | 17.14 | 92.55 | - |
| YUV | 99.71 | 212.81 | 81.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 104 | 250 | 0.86 | 0.58 | 0 | 0.02 | 220.56 | 0.96 | 0.56 |
| Hex | 22 | 68 | FA | 56 | 3A | 0 | 2 | DD | 60 | 38 |
| Octal | 42 | 150 | 372 | 126 | 72 | 0 | 2 | 335 | 140 | 70 |
| Binary | 100010 | 1101000 | 11111010 | 1010110 | 111010 | 0 | 10 | 11011101 | 1100000 | 111000 |
Color Harmonies of #2268FA
Complementary color
Monochromatic Colors of #2268FA
Black with #2268FA
Text Example
Text Example
White with #2268FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2268FA; }
p { color: rgb(34,104,250); }
H1.HeaderClassName
{
color: #2268FA;
}
.AnyTagClassName
{
color: #2268FA;
}
</style>
background-color css
<style>
a { background-color: #2268FA; }
a { background-color: rgb(34,104,250); }
div.DivClassName
{
background-color: #2268FA;
}
.BgClassName
{
background-color: #2268FA;
}
</style>
border-color css
<style>
span { border-color: #2268FA; }
span { border-color: rgb(34,104,250); }
td.TdClassName
{
border-color: #2268FA;
}
.TagClassName
{
border-color: #2268FA;
}
</style>