Shades of Royal Blue #2268DC
Tints of Royal Blue #2268DC
RGB
CMYK
RGB Variations
Color information
#2268DC (or 0x2268DC) is known color: Royal Blue. HEX triplet: 22, 68 and DC. RGB value is (34,104,220). Sum of RGB (Red+Green+Blue) = 34+104+220=358 (47% of max value = 765). Red value is 34 (13.67% from 255 or 9.50% from 358); Green value is 104 (41.02% from 255 or 29.05% from 358); Blue value is 220 (86.33% from 255 or 61.45% from 358); Max value from RGB is 220 - color contains mainly: blue. Hex color #2268DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2268DC is #DD9723. Grayscale: #5F5F5F. Windows color (decimal): -14522148 or 14444578. OLE color: 14444578.
HSL color Cylindrical-coordinate representation of color #2268DC: hue angle of 217.42º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2268DC is Cyan = 0.85, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 34 | 104 | 220 | - |
| CMYK | 0.85 | 0.53 | 0 | 0.14 |
| HSL | 217.42º | 0.73% | 0.5% | - |
| HSV(B) | 217.42º | 0.85% | 0.86% | - |
| XYZ | 18.53 | 15.41 | 69.71 | - |
| YUV | 96.29 | 197.81 | 83.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 104 | 220 | 0.85 | 0.53 | 0 | 0.14 | 217.42 | 0.73 | 0.5 |
| Hex | 22 | 68 | DC | 55 | 35 | 0 | E | D9 | 49 | 32 |
| Octal | 42 | 150 | 334 | 125 | 65 | 0 | 16 | 331 | 111 | 62 |
| Binary | 100010 | 1101000 | 11011100 | 1010101 | 110101 | 0 | 1110 | 11011001 | 1001001 | 110010 |
Color Harmonies of #2268DC
Complementary color
Monochromatic Colors of #2268DC
Black with #2268DC
Text Example
Text Example
White with #2268DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2268DC; }
p { color: rgb(34,104,220); }
H1.HeaderClassName
{
color: #2268DC;
}
.AnyTagClassName
{
color: #2268DC;
}
</style>
background-color css
<style>
a { background-color: #2268DC; }
a { background-color: rgb(34,104,220); }
div.DivClassName
{
background-color: #2268DC;
}
.BgClassName
{
background-color: #2268DC;
}
</style>
border-color css
<style>
span { border-color: #2268DC; }
span { border-color: rgb(34,104,220); }
td.TdClassName
{
border-color: #2268DC;
}
.TagClassName
{
border-color: #2268DC;
}
</style>