Shades of Royal Blue #245FE6
Tints of Royal Blue #245FE6
RGB
CMYK
RGB Variations
Color information
#245FE6 (or 0x245FE6) is known color: Royal Blue. HEX triplet: 24, 5F and E6. RGB value is (36,95,230). Sum of RGB (Red+Green+Blue) = 36+95+230=361 (47% of max value = 765). Red value is 36 (14.45% from 255 or 9.97% from 361); Green value is 95 (37.5% from 255 or 26.32% from 361); Blue value is 230 (90.23% from 255 or 63.71% from 361); Max value from RGB is 230 - color contains mainly: blue. Hex color #245FE6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #245FE6 is #DBA019. Grayscale: #5C5C5C. Windows color (decimal): -14393370 or 15097636. OLE color: 15097636.
HSL color Cylindrical-coordinate representation of color #245FE6: hue angle of 221.75º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #245FE6 is Cyan = 0.84, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 36 | 95 | 230 | - |
| CMYK | 0.84 | 0.59 | 0 | 0.10 |
| HSL | 221.75º | 0.8% | 0.52% | - |
| HSV(B) | 221.75º | 0.84% | 0.9% | - |
| XYZ | 19.1 | 14.27 | 76.61 | - |
| YUV | 92.75 | 205.45 | 87.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 95 | 230 | 0.84 | 0.59 | 0 | 0.10 | 221.75 | 0.8 | 0.52 |
| Hex | 24 | 5F | E6 | 54 | 3B | 0 | A | DE | 50 | 34 |
| Octal | 44 | 137 | 346 | 124 | 73 | 0 | 12 | 336 | 120 | 64 |
| Binary | 100100 | 1011111 | 11100110 | 1010100 | 111011 | 0 | 1010 | 11011110 | 1010000 | 110100 |
Color Harmonies of #245FE6
Complementary color
Monochromatic Colors of #245FE6
Black with #245FE6
Text Example
Text Example
White with #245FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245FE6; }
p { color: rgb(36,95,230); }
H1.HeaderClassName
{
color: #245FE6;
}
.AnyTagClassName
{
color: #245FE6;
}
</style>
background-color css
<style>
a { background-color: #245FE6; }
a { background-color: rgb(36,95,230); }
div.DivClassName
{
background-color: #245FE6;
}
.BgClassName
{
background-color: #245FE6;
}
</style>
border-color css
<style>
span { border-color: #245FE6; }
span { border-color: rgb(36,95,230); }
td.TdClassName
{
border-color: #245FE6;
}
.TagClassName
{
border-color: #245FE6;
}
</style>