Shades of Royal Blue #2263FB
Tints of Royal Blue #2263FB
RGB
CMYK
RGB Variations
Color information
#2263FB (or 0x2263FB) is known color: Royal Blue. HEX triplet: 22, 63 and FB. RGB value is (34,99,251). Sum of RGB (Red+Green+Blue) = 34+99+251=384 (50% of max value = 765). Red value is 34 (13.67% from 255 or 8.85% from 384); Green value is 99 (39.06% from 255 or 25.78% from 384); Blue value is 251 (98.44% from 255 or 65.36% from 384); Max value from RGB is 251 - color contains mainly: blue. Hex color #2263FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2263FB is #DD9C04. Grayscale: #606060. Windows color (decimal): -14523397 or 16474914. OLE color: 16474914.
HSL color Cylindrical-coordinate representation of color #2263FB: hue angle of 222.03º 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 #2263FB is Cyan = 0.86, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 34 | 99 | 251 | - |
| CMYK | 0.86 | 0.61 | 0 | 0.02 |
| HSL | 222.03º | 0.96% | 0.56% | - |
| HSV(B) | 222.03º | 0.86% | 0.98% | - |
| XYZ | 22.53 | 16.23 | 93.21 | - |
| YUV | 96.89 | 214.97 | 83.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 99 | 251 | 0.86 | 0.61 | 0 | 0.02 | 222.03 | 0.96 | 0.56 |
| Hex | 22 | 63 | FB | 56 | 3D | 0 | 2 | DE | 60 | 38 |
| Octal | 42 | 143 | 373 | 126 | 75 | 0 | 2 | 336 | 140 | 70 |
| Binary | 100010 | 1100011 | 11111011 | 1010110 | 111101 | 0 | 10 | 11011110 | 1100000 | 111000 |
Color Harmonies of #2263FB
Complementary color
Monochromatic Colors of #2263FB
Black with #2263FB
Text Example
Text Example
White with #2263FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2263FB; }
p { color: rgb(34,99,251); }
H1.HeaderClassName
{
color: #2263FB;
}
.AnyTagClassName
{
color: #2263FB;
}
</style>
background-color css
<style>
a { background-color: #2263FB; }
a { background-color: rgb(34,99,251); }
div.DivClassName
{
background-color: #2263FB;
}
.BgClassName
{
background-color: #2263FB;
}
</style>
border-color css
<style>
span { border-color: #2263FB; }
span { border-color: rgb(34,99,251); }
td.TdClassName
{
border-color: #2263FB;
}
.TagClassName
{
border-color: #2263FB;
}
</style>