Shades of Royal Blue #225BDF
Tints of Royal Blue #225BDF
RGB
CMYK
RGB Variations
Color information
#225BDF (or 0x225BDF) is known color: Royal Blue. HEX triplet: 22, 5B and DF. RGB value is (34,91,223). Sum of RGB (Red+Green+Blue) = 34+91+223=348 (46% of max value = 765). Red value is 34 (13.67% from 255 or 9.77% from 348); Green value is 91 (35.94% from 255 or 26.15% from 348); Blue value is 223 (87.5% from 255 or 64.08% from 348); Max value from RGB is 223 - color contains mainly: blue. Hex color #225BDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #225BDF is #DDA420. Grayscale: #585858. Windows color (decimal): -14525473 or 14637858. OLE color: 14637858.
HSL color Cylindrical-coordinate representation of color #225BDF: hue angle of 221.9º 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 #225BDF is Cyan = 0.85, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 34 | 91 | 223 | - |
| CMYK | 0.85 | 0.59 | 0 | 0.13 |
| HSL | 221.9º | 0.75% | 0.5% | - |
| HSV(B) | 221.9º | 0.85% | 0.87% | - |
| XYZ | 17.72 | 13.15 | 71.42 | - |
| YUV | 89.01 | 203.62 | 88.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 91 | 223 | 0.85 | 0.59 | 0 | 0.13 | 221.9 | 0.75 | 0.5 |
| Hex | 22 | 5B | DF | 55 | 3B | 0 | D | DE | 4B | 32 |
| Octal | 42 | 133 | 337 | 125 | 73 | 0 | 15 | 336 | 113 | 62 |
| Binary | 100010 | 1011011 | 11011111 | 1010101 | 111011 | 0 | 1101 | 11011110 | 1001011 | 110010 |
Color Harmonies of #225BDF
Complementary color
Monochromatic Colors of #225BDF
Black with #225BDF
Text Example
Text Example
White with #225BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225BDF; }
p { color: rgb(34,91,223); }
H1.HeaderClassName
{
color: #225BDF;
}
.AnyTagClassName
{
color: #225BDF;
}
</style>
background-color css
<style>
a { background-color: #225BDF; }
a { background-color: rgb(34,91,223); }
div.DivClassName
{
background-color: #225BDF;
}
.BgClassName
{
background-color: #225BDF;
}
</style>
border-color css
<style>
span { border-color: #225BDF; }
span { border-color: rgb(34,91,223); }
td.TdClassName
{
border-color: #225BDF;
}
.TagClassName
{
border-color: #225BDF;
}
</style>