Shades of Royal Blue #1258FF
Tints of Royal Blue #1258FF
RGB
CMYK
RGB Variations
Color information
#1258FF (or 0x1258FF) is known color: Royal Blue. HEX triplet: 12, 58 and FF. RGB value is (18,88,255). Sum of RGB (Red+Green+Blue) = 18+88+255=361 (47% of max value = 765). Red value is 18 (7.42% from 255 or 4.99% from 361); Green value is 88 (34.77% from 255 or 24.38% from 361); Blue value is 255 (100% from 255 or 70.64% from 361); Max value from RGB is 255 - color contains mainly: blue. Hex color #1258FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1258FF is #EDA700. Grayscale: #555555. Windows color (decimal): -15574785 or 16734226. OLE color: 16734226.
HSL color Cylindrical-coordinate representation of color #1258FF: hue angle of 222.28º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1258FF is Cyan = 0.93, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 18 | 88 | 255 | - |
| CMYK | 0.93 | 0.65 | 0 | 0 |
| HSL | 222.28º | 1% | 0.54% | - |
| HSV(B) | 222.28º | 0.93% | 1% | - |
| XYZ | 21.79 | 14.33 | 96.22 | - |
| YUV | 86.11 | 223.31 | 79.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 88 | 255 | 0.93 | 0.65 | 0 | 0 | 222.28 | 1 | 0.54 |
| Hex | 12 | 58 | FF | 5D | 41 | 0 | 0 | DE | 64 | 36 |
| Octal | 22 | 130 | 377 | 135 | 101 | 0 | 0 | 336 | 144 | 66 |
| Binary | 10010 | 1011000 | 11111111 | 1011101 | 1000001 | 0 | 0 | 11011110 | 1100100 | 110110 |
Color Harmonies of #1258FF
Complementary color
Monochromatic Colors of #1258FF
Black with #1258FF
Text Example
Text Example
White with #1258FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1258FF; }
p { color: rgb(18,88,255); }
H1.HeaderClassName
{
color: #1258FF;
}
.AnyTagClassName
{
color: #1258FF;
}
</style>
background-color css
<style>
a { background-color: #1258FF; }
a { background-color: rgb(18,88,255); }
div.DivClassName
{
background-color: #1258FF;
}
.BgClassName
{
background-color: #1258FF;
}
</style>
border-color css
<style>
span { border-color: #1258FF; }
span { border-color: rgb(18,88,255); }
td.TdClassName
{
border-color: #1258FF;
}
.TagClassName
{
border-color: #1258FF;
}
</style>