Shades of Royal Blue #2264FA
Tints of Royal Blue #2264FA
RGB
CMYK
RGB Variations
Color information
#2264FA (or 0x2264FA) is known color: Royal Blue. HEX triplet: 22, 64 and FA. RGB value is (34,100,250). Sum of RGB (Red+Green+Blue) = 34+100+250=384 (50% of max value = 765). Red value is 34 (13.67% from 255 or 8.85% from 384); Green value is 100 (39.45% from 255 or 26.04% from 384); Blue value is 250 (98.05% from 255 or 65.10% from 384); Max value from RGB is 250 - color contains mainly: blue. Hex color #2264FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2264FA is #DD9B05. Grayscale: #606060. Windows color (decimal): -14523142 or 16409634. OLE color: 16409634.
HSL color Cylindrical-coordinate representation of color #2264FA: hue angle of 221.67º 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 #2264FA is Cyan = 0.86, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 34 | 100 | 250 | - |
| CMYK | 0.86 | 0.6 | 0 | 0.02 |
| HSL | 221.67º | 0.96% | 0.56% | - |
| HSV(B) | 221.67º | 0.86% | 0.98% | - |
| XYZ | 22.47 | 16.36 | 92.42 | - |
| YUV | 97.37 | 214.13 | 82.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 100 | 250 | 0.86 | 0.6 | 0 | 0.02 | 221.67 | 0.96 | 0.56 |
| Hex | 22 | 64 | FA | 56 | 3C | 0 | 2 | DE | 60 | 38 |
| Octal | 42 | 144 | 372 | 126 | 74 | 0 | 2 | 336 | 140 | 70 |
| Binary | 100010 | 1100100 | 11111010 | 1010110 | 111100 | 0 | 10 | 11011110 | 1100000 | 111000 |
Color Harmonies of #2264FA
Complementary color
Monochromatic Colors of #2264FA
Black with #2264FA
Text Example
Text Example
White with #2264FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2264FA; }
p { color: rgb(34,100,250); }
H1.HeaderClassName
{
color: #2264FA;
}
.AnyTagClassName
{
color: #2264FA;
}
</style>
background-color css
<style>
a { background-color: #2264FA; }
a { background-color: rgb(34,100,250); }
div.DivClassName
{
background-color: #2264FA;
}
.BgClassName
{
background-color: #2264FA;
}
</style>
border-color css
<style>
span { border-color: #2264FA; }
span { border-color: rgb(34,100,250); }
td.TdClassName
{
border-color: #2264FA;
}
.TagClassName
{
border-color: #2264FA;
}
</style>