Shades of Royal Blue #2359FA
Tints of Royal Blue #2359FA
RGB
CMYK
RGB Variations
Color information
#2359FA (or 0x2359FA) is known color: Royal Blue. HEX triplet: 23, 59 and FA. RGB value is (35,89,250). Sum of RGB (Red+Green+Blue) = 35+89+250=374 (49% of max value = 765). Red value is 35 (14.06% from 255 or 9.36% from 374); Green value is 89 (35.16% from 255 or 23.80% from 374); Blue value is 250 (98.05% from 255 or 66.84% from 374); Max value from RGB is 250 - color contains mainly: blue. Hex color #2359FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2359FA is #DCA605. Grayscale: #5A5A5A. Windows color (decimal): -14460422 or 16406819. OLE color: 16406819.
HSL color Cylindrical-coordinate representation of color #2359FA: hue angle of 224.93º 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 #2359FA is Cyan = 0.86, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 35 | 89 | 250 | - |
| CMYK | 0.86 | 0.64 | 0 | 0.02 |
| HSL | 224.93º | 0.96% | 0.56% | - |
| HSV(B) | 224.93º | 0.86% | 0.98% | - |
| XYZ | 21.52 | 14.4 | 92.09 | - |
| YUV | 91.21 | 217.61 | 87.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 89 | 250 | 0.86 | 0.64 | 0 | 0.02 | 224.93 | 0.96 | 0.56 |
| Hex | 23 | 59 | FA | 56 | 40 | 0 | 2 | E1 | 60 | 38 |
| Octal | 43 | 131 | 372 | 126 | 100 | 0 | 2 | 341 | 140 | 70 |
| Binary | 100011 | 1011001 | 11111010 | 1010110 | 1000000 | 0 | 10 | 11100001 | 1100000 | 111000 |
Color Harmonies of #2359FA
Complementary color
Monochromatic Colors of #2359FA
Black with #2359FA
Text Example
Text Example
White with #2359FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2359FA; }
p { color: rgb(35,89,250); }
H1.HeaderClassName
{
color: #2359FA;
}
.AnyTagClassName
{
color: #2359FA;
}
</style>
background-color css
<style>
a { background-color: #2359FA; }
a { background-color: rgb(35,89,250); }
div.DivClassName
{
background-color: #2359FA;
}
.BgClassName
{
background-color: #2359FA;
}
</style>
border-color css
<style>
span { border-color: #2359FA; }
span { border-color: rgb(35,89,250); }
td.TdClassName
{
border-color: #2359FA;
}
.TagClassName
{
border-color: #2359FA;
}
</style>