Shades of Royal Blue #2565F3
Tints of Royal Blue #2565F3
RGB
CMYK
RGB Variations
Color information
#2565F3 (or 0x2565F3) is known color: Royal Blue. HEX triplet: 25, 65 and F3. RGB value is (37,101,243). Sum of RGB (Red+Green+Blue) = 37+101+243=381 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.71% from 381); Green value is 101 (39.84% from 255 or 26.51% from 381); Blue value is 243 (95.31% from 255 or 63.78% from 381); Max value from RGB is 243 - color contains mainly: blue. Hex color #2565F3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2565F3 is #DA9A0C. Grayscale: #616161. Windows color (decimal): -14326285 or 15951141. OLE color: 15951141.
HSL color Cylindrical-coordinate representation of color #2565F3: hue angle of 221.36º 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 #2565F3 is Cyan = 0.85, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 37 | 101 | 243 | - |
| CMYK | 0.85 | 0.58 | 0 | 0.05 |
| HSL | 221.36º | 0.9% | 0.55% | - |
| HSV(B) | 221.36º | 0.85% | 0.95% | - |
| XYZ | 21.59 | 16.17 | 86.78 | - |
| YUV | 98.05 | 209.8 | 84.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 101 | 243 | 0.85 | 0.58 | 0 | 0.05 | 221.36 | 0.9 | 0.55 |
| Hex | 25 | 65 | F3 | 55 | 3A | 0 | 5 | DD | 5A | 37 |
| Octal | 45 | 145 | 363 | 125 | 72 | 0 | 5 | 335 | 132 | 67 |
| Binary | 100101 | 1100101 | 11110011 | 1010101 | 111010 | 0 | 101 | 11011101 | 1011010 | 110111 |
Color Harmonies of #2565F3
Complementary color
Monochromatic Colors of #2565F3
Black with #2565F3
Text Example
Text Example
White with #2565F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2565F3; }
p { color: rgb(37,101,243); }
H1.HeaderClassName
{
color: #2565F3;
}
.AnyTagClassName
{
color: #2565F3;
}
</style>
background-color css
<style>
a { background-color: #2565F3; }
a { background-color: rgb(37,101,243); }
div.DivClassName
{
background-color: #2565F3;
}
.BgClassName
{
background-color: #2565F3;
}
</style>
border-color css
<style>
span { border-color: #2565F3; }
span { border-color: rgb(37,101,243); }
td.TdClassName
{
border-color: #2565F3;
}
.TagClassName
{
border-color: #2565F3;
}
</style>