Shades of Royal Blue #2264DF
Tints of Royal Blue #2264DF
RGB
CMYK
RGB Variations
Color information
#2264DF (or 0x2264DF) is known color: Royal Blue. HEX triplet: 22, 64 and DF. RGB value is (34,100,223). Sum of RGB (Red+Green+Blue) = 34+100+223=357 (47% of max value = 765). Red value is 34 (13.67% from 255 or 9.52% from 357); Green value is 100 (39.45% from 255 or 28.01% from 357); Blue value is 223 (87.5% from 255 or 62.46% from 357); Max value from RGB is 223 - color contains mainly: blue. Hex color #2264DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2264DF is #DD9B20. Grayscale: #5D5D5D. Windows color (decimal): -14523169 or 14640162. OLE color: 14640162.
HSL color Cylindrical-coordinate representation of color #2264DF: hue angle of 219.05º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2264DF is Cyan = 0.85, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 34 | 100 | 223 | - |
| CMYK | 0.85 | 0.55 | 0 | 0.13 |
| HSL | 219.05º | 0.75% | 0.5% | - |
| HSV(B) | 219.05º | 0.85% | 0.87% | - |
| XYZ | 18.54 | 14.78 | 71.69 | - |
| YUV | 94.29 | 200.63 | 85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 100 | 223 | 0.85 | 0.55 | 0 | 0.13 | 219.05 | 0.75 | 0.5 |
| Hex | 22 | 64 | DF | 55 | 37 | 0 | D | DB | 4B | 32 |
| Octal | 42 | 144 | 337 | 125 | 67 | 0 | 15 | 333 | 113 | 62 |
| Binary | 100010 | 1100100 | 11011111 | 1010101 | 110111 | 0 | 1101 | 11011011 | 1001011 | 110010 |
Color Harmonies of #2264DF
Complementary color
Monochromatic Colors of #2264DF
Black with #2264DF
Text Example
Text Example
White with #2264DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2264DF; }
p { color: rgb(34,100,223); }
H1.HeaderClassName
{
color: #2264DF;
}
.AnyTagClassName
{
color: #2264DF;
}
</style>
background-color css
<style>
a { background-color: #2264DF; }
a { background-color: rgb(34,100,223); }
div.DivClassName
{
background-color: #2264DF;
}
.BgClassName
{
background-color: #2264DF;
}
</style>
border-color css
<style>
span { border-color: #2264DF; }
span { border-color: rgb(34,100,223); }
td.TdClassName
{
border-color: #2264DF;
}
.TagClassName
{
border-color: #2264DF;
}
</style>