Shades of Royal Blue #2565FB
Tints of Royal Blue #2565FB
RGB
CMYK
RGB Variations
Color information
#2565FB (or 0x2565FB) is known color: Royal Blue. HEX triplet: 25, 65 and FB. RGB value is (37,101,251). Sum of RGB (Red+Green+Blue) = 37+101+251=389 (51% of max value = 765). Red value is 37 (14.84% from 255 or 9.51% from 389); Green value is 101 (39.84% from 255 or 25.96% from 389); Blue value is 251 (98.44% from 255 or 64.52% from 389); Max value from RGB is 251 - color contains mainly: blue. Hex color #2565FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2565FB is #DA9A04. Grayscale: #626262. Windows color (decimal): -14326277 or 16475429. OLE color: 16475429.
HSL color Cylindrical-coordinate representation of color #2565FB: hue angle of 222.06º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2565FB is Cyan = 0.85, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 37 | 101 | 251 | - |
| CMYK | 0.85 | 0.60 | 0 | 0.02 |
| HSL | 222.06º | 0.96% | 0.56% | - |
| HSV(B) | 222.06º | 0.85% | 0.98% | - |
| XYZ | 22.83 | 16.67 | 93.28 | - |
| YUV | 98.96 | 213.8 | 83.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 101 | 251 | 0.85 | 0.60 | 0 | 0.02 | 222.06 | 0.96 | 0.56 |
| Hex | 25 | 65 | FB | 55 | 3C | 0 | 2 | DE | 60 | 38 |
| Octal | 45 | 145 | 373 | 125 | 74 | 0 | 2 | 336 | 140 | 70 |
| Binary | 100101 | 1100101 | 11111011 | 1010101 | 111100 | 0 | 10 | 11011110 | 1100000 | 111000 |
Color Harmonies of #2565FB
Complementary color
Monochromatic Colors of #2565FB
Black with #2565FB
Text Example
Text Example
White with #2565FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2565FB; }
p { color: rgb(37,101,251); }
H1.HeaderClassName
{
color: #2565FB;
}
.AnyTagClassName
{
color: #2565FB;
}
</style>
background-color css
<style>
a { background-color: #2565FB; }
a { background-color: rgb(37,101,251); }
div.DivClassName
{
background-color: #2565FB;
}
.BgClassName
{
background-color: #2565FB;
}
</style>
border-color css
<style>
span { border-color: #2565FB; }
span { border-color: rgb(37,101,251); }
td.TdClassName
{
border-color: #2565FB;
}
.TagClassName
{
border-color: #2565FB;
}
</style>