Shades of Royal Blue #2359FE
Tints of Royal Blue #2359FE
RGB
CMYK
RGB Variations
Color information
#2359FE (or 0x2359FE) is known color: Royal Blue. HEX triplet: 23, 59 and FE. RGB value is (35,89,254). Sum of RGB (Red+Green+Blue) = 35+89+254=378 (50% of max value = 765). Red value is 35 (14.06% from 255 or 9.26% from 378); Green value is 89 (35.16% from 255 or 23.54% from 378); Blue value is 254 (99.61% from 255 or 67.20% from 378); Max value from RGB is 254 - color contains mainly: blue. Hex color #2359FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2359FE is #DCA601. Grayscale: #5A5A5A. Windows color (decimal): -14460418 or 16668963. OLE color: 16668963.
HSL color Cylindrical-coordinate representation of color #2359FE: hue angle of 225.21º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2359FE is Cyan = 0.86, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 35 | 89 | 254 | - |
| CMYK | 0.86 | 0.65 | 0 | 0.00 |
| HSL | 225.21º | 0.99% | 0.57% | - |
| HSV(B) | 225.21º | 0.86% | 1% | - |
| XYZ | 22.15 | 14.66 | 95.43 | - |
| YUV | 91.66 | 219.61 | 87.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 89 | 254 | 0.86 | 0.65 | 0 | 0.00 | 225.21 | 0.99 | 0.57 |
| Hex | 23 | 59 | FE | 56 | 41 | 0 | 0 | E1 | 63 | 39 |
| Octal | 43 | 131 | 376 | 126 | 101 | 0 | 0 | 341 | 143 | 71 |
| Binary | 100011 | 1011001 | 11111110 | 1010110 | 1000001 | 0 | 0 | 11100001 | 1100011 | 111001 |
Color Harmonies of #2359FE
Complementary color
Monochromatic Colors of #2359FE
Black with #2359FE
Text Example
Text Example
White with #2359FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2359FE; }
p { color: rgb(35,89,254); }
H1.HeaderClassName
{
color: #2359FE;
}
.AnyTagClassName
{
color: #2359FE;
}
</style>
background-color css
<style>
a { background-color: #2359FE; }
a { background-color: rgb(35,89,254); }
div.DivClassName
{
background-color: #2359FE;
}
.BgClassName
{
background-color: #2359FE;
}
</style>
border-color css
<style>
span { border-color: #2359FE; }
span { border-color: rgb(35,89,254); }
td.TdClassName
{
border-color: #2359FE;
}
.TagClassName
{
border-color: #2359FE;
}
</style>