Shades of Royal Blue #245BFD
Tints of Royal Blue #245BFD
RGB
CMYK
RGB Variations
Color information
#245BFD (or 0x245BFD) is known color: Royal Blue. HEX triplet: 24, 5B and FD. RGB value is (36,91,253). Sum of RGB (Red+Green+Blue) = 36+91+253=380 (50% of max value = 765). Red value is 36 (14.45% from 255 or 9.47% from 380); Green value is 91 (35.94% from 255 or 23.95% from 380); Blue value is 253 (99.22% from 255 or 66.58% from 380); Max value from RGB is 253 - color contains mainly: blue. Hex color #245BFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #245BFD is #DBA402. Grayscale: #5C5C5C. Windows color (decimal): -14394371 or 16603940. OLE color: 16603940.
HSL color Cylindrical-coordinate representation of color #245BFD: hue angle of 224.79º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #245BFD is Cyan = 0.86, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 36 | 91 | 253 | - |
| CMYK | 0.86 | 0.64 | 0 | 0.01 |
| HSL | 224.79º | 0.98% | 0.57% | - |
| HSV(B) | 224.79º | 0.86% | 0.99% | - |
| XYZ | 22.2 | 14.95 | 94.64 | - |
| YUV | 93.02 | 218.28 | 87.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 91 | 253 | 0.86 | 0.64 | 0 | 0.01 | 224.79 | 0.98 | 0.57 |
| Hex | 24 | 5B | FD | 56 | 40 | 0 | 1 | E1 | 62 | 39 |
| Octal | 44 | 133 | 375 | 126 | 100 | 0 | 1 | 341 | 142 | 71 |
| Binary | 100100 | 1011011 | 11111101 | 1010110 | 1000000 | 0 | 1 | 11100001 | 1100010 | 111001 |
Color Harmonies of #245BFD
Complementary color
Monochromatic Colors of #245BFD
Black with #245BFD
Text Example
Text Example
White with #245BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245BFD; }
p { color: rgb(36,91,253); }
H1.HeaderClassName
{
color: #245BFD;
}
.AnyTagClassName
{
color: #245BFD;
}
</style>
background-color css
<style>
a { background-color: #245BFD; }
a { background-color: rgb(36,91,253); }
div.DivClassName
{
background-color: #245BFD;
}
.BgClassName
{
background-color: #245BFD;
}
</style>
border-color css
<style>
span { border-color: #245BFD; }
span { border-color: rgb(36,91,253); }
td.TdClassName
{
border-color: #245BFD;
}
.TagClassName
{
border-color: #245BFD;
}
</style>