Shades of Royal Blue #245DF3
Tints of Royal Blue #245DF3
RGB
CMYK
RGB Variations
Color information
#245DF3 (or 0x245DF3) is known color: Royal Blue. HEX triplet: 24, 5D and F3. RGB value is (36,93,243). Sum of RGB (Red+Green+Blue) = 36+93+243=372 (49% of max value = 765). Red value is 36 (14.45% from 255 or 9.68% from 372); Green value is 93 (36.72% from 255 or 25% from 372); Blue value is 243 (95.31% from 255 or 65.32% from 372); Max value from RGB is 243 - color contains mainly: blue. Hex color #245DF3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #245DF3 is #DBA20C. Grayscale: #5C5C5C. Windows color (decimal): -14393869 or 15949092. OLE color: 15949092.
HSL color Cylindrical-coordinate representation of color #245DF3: hue angle of 223.48º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #245DF3 is Cyan = 0.85, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 36 | 93 | 243 | - |
| CMYK | 0.85 | 0.62 | 0 | 0.05 |
| HSL | 223.48º | 0.9% | 0.55% | - |
| HSV(B) | 223.48º | 0.85% | 0.95% | - |
| XYZ | 20.82 | 14.67 | 86.53 | - |
| YUV | 93.06 | 212.62 | 87.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 93 | 243 | 0.85 | 0.62 | 0 | 0.05 | 223.48 | 0.9 | 0.55 |
| Hex | 24 | 5D | F3 | 55 | 3E | 0 | 5 | DF | 5A | 37 |
| Octal | 44 | 135 | 363 | 125 | 76 | 0 | 5 | 337 | 132 | 67 |
| Binary | 100100 | 1011101 | 11110011 | 1010101 | 111110 | 0 | 101 | 11011111 | 1011010 | 110111 |
Color Harmonies of #245DF3
Complementary color
Monochromatic Colors of #245DF3
Black with #245DF3
Text Example
Text Example
White with #245DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245DF3; }
p { color: rgb(36,93,243); }
H1.HeaderClassName
{
color: #245DF3;
}
.AnyTagClassName
{
color: #245DF3;
}
</style>
background-color css
<style>
a { background-color: #245DF3; }
a { background-color: rgb(36,93,243); }
div.DivClassName
{
background-color: #245DF3;
}
.BgClassName
{
background-color: #245DF3;
}
</style>
border-color css
<style>
span { border-color: #245DF3; }
span { border-color: rgb(36,93,243); }
td.TdClassName
{
border-color: #245DF3;
}
.TagClassName
{
border-color: #245DF3;
}
</style>