Shades of Royal Blue #2365FB
Tints of Royal Blue #2365FB
RGB
CMYK
RGB Variations
Color information
#2365FB (or 0x2365FB) is known color: Royal Blue. HEX triplet: 23, 65 and FB. RGB value is (35,101,251). Sum of RGB (Red+Green+Blue) = 35+101+251=387 (51% of max value = 765). Red value is 35 (14.06% from 255 or 9.04% from 387); Green value is 101 (39.84% from 255 or 26.10% from 387); Blue value is 251 (98.44% from 255 or 64.86% from 387); Max value from RGB is 251 - color contains mainly: blue. Hex color #2365FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2365FB is #DC9A04. Grayscale: #616161. Windows color (decimal): -14457349 or 16475427. OLE color: 16475427.
HSL color Cylindrical-coordinate representation of color #2365FB: hue angle of 221.67º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2365FB is Cyan = 0.86, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 35 | 101 | 251 | - |
| CMYK | 0.86 | 0.60 | 0 | 0.02 |
| HSL | 221.67º | 0.96% | 0.56% | - |
| HSV(B) | 221.67º | 0.86% | 0.98% | - |
| XYZ | 22.76 | 16.63 | 93.28 | - |
| YUV | 98.37 | 214.13 | 82.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 101 | 251 | 0.86 | 0.60 | 0 | 0.02 | 221.67 | 0.96 | 0.56 |
| Hex | 23 | 65 | FB | 56 | 3C | 0 | 2 | DE | 60 | 38 |
| Octal | 43 | 145 | 373 | 126 | 74 | 0 | 2 | 336 | 140 | 70 |
| Binary | 100011 | 1100101 | 11111011 | 1010110 | 111100 | 0 | 10 | 11011110 | 1100000 | 111000 |
Color Harmonies of #2365FB
Complementary color
Monochromatic Colors of #2365FB
Black with #2365FB
Text Example
Text Example
White with #2365FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2365FB; }
p { color: rgb(35,101,251); }
H1.HeaderClassName
{
color: #2365FB;
}
.AnyTagClassName
{
color: #2365FB;
}
</style>
background-color css
<style>
a { background-color: #2365FB; }
a { background-color: rgb(35,101,251); }
div.DivClassName
{
background-color: #2365FB;
}
.BgClassName
{
background-color: #2365FB;
}
</style>
border-color css
<style>
span { border-color: #2365FB; }
span { border-color: rgb(35,101,251); }
td.TdClassName
{
border-color: #2365FB;
}
.TagClassName
{
border-color: #2365FB;
}
</style>