Shades of Royal Blue #225CE6
Tints of Royal Blue #225CE6
RGB
CMYK
RGB Variations
Color information
#225CE6 (or 0x225CE6) is known color: Royal Blue. HEX triplet: 22, 5C and E6. RGB value is (34,92,230). Sum of RGB (Red+Green+Blue) = 34+92+230=356 (47% of max value = 765). Red value is 34 (13.67% from 255 or 9.55% from 356); Green value is 92 (36.33% from 255 or 25.84% from 356); Blue value is 230 (90.23% from 255 or 64.61% from 356); Max value from RGB is 230 - color contains mainly: blue. Hex color #225CE6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #225CE6 is #DDA319. Grayscale: #595959. Windows color (decimal): -14525210 or 15096866. OLE color: 15096866.
HSL color Cylindrical-coordinate representation of color #225CE6: hue angle of 222.24º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #225CE6 is Cyan = 0.85, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 34 | 92 | 230 | - |
| CMYK | 0.85 | 0.60 | 0 | 0.10 |
| HSL | 222.24º | 0.8% | 0.52% | - |
| HSV(B) | 222.24º | 0.85% | 0.9% | - |
| XYZ | 18.77 | 13.71 | 76.52 | - |
| YUV | 90.39 | 206.78 | 87.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 92 | 230 | 0.85 | 0.60 | 0 | 0.10 | 222.24 | 0.8 | 0.52 |
| Hex | 22 | 5C | E6 | 55 | 3C | 0 | A | DE | 50 | 34 |
| Octal | 42 | 134 | 346 | 125 | 74 | 0 | 12 | 336 | 120 | 64 |
| Binary | 100010 | 1011100 | 11100110 | 1010101 | 111100 | 0 | 1010 | 11011110 | 1010000 | 110100 |
Color Harmonies of #225CE6
Complementary color
Monochromatic Colors of #225CE6
Black with #225CE6
Text Example
Text Example
White with #225CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225CE6; }
p { color: rgb(34,92,230); }
H1.HeaderClassName
{
color: #225CE6;
}
.AnyTagClassName
{
color: #225CE6;
}
</style>
background-color css
<style>
a { background-color: #225CE6; }
a { background-color: rgb(34,92,230); }
div.DivClassName
{
background-color: #225CE6;
}
.BgClassName
{
background-color: #225CE6;
}
</style>
border-color css
<style>
span { border-color: #225CE6; }
span { border-color: rgb(34,92,230); }
td.TdClassName
{
border-color: #225CE6;
}
.TagClassName
{
border-color: #225CE6;
}
</style>