Shades of Royal Blue #235FFE
Tints of Royal Blue #235FFE
RGB
CMYK
RGB Variations
Color information
#235FFE (or 0x235FFE) is known color: Royal Blue. HEX triplet: 23, 5F and FE. RGB value is (35,95,254). Sum of RGB (Red+Green+Blue) = 35+95+254=384 (50% of max value = 765). Red value is 35 (14.06% from 255 or 9.11% from 384); Green value is 95 (37.5% from 255 or 24.74% from 384); Blue value is 254 (99.61% from 255 or 66.15% from 384); Max value from RGB is 254 - color contains mainly: blue. Hex color #235FFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #235FFE is #DCA001. Grayscale: #5E5E5E. Windows color (decimal): -14458882 or 16670499. OLE color: 16670499.
HSL color Cylindrical-coordinate representation of color #235FFE: hue angle of 223.56º 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 #235FFE is Cyan = 0.86, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 35 | 95 | 254 | - |
| CMYK | 0.86 | 0.63 | 0 | 0.00 |
| HSL | 223.56º | 0.99% | 0.57% | - |
| HSV(B) | 223.56º | 0.86% | 1% | - |
| XYZ | 22.67 | 15.7 | 95.6 | - |
| YUV | 95.19 | 217.62 | 85.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 95 | 254 | 0.86 | 0.63 | 0 | 0.00 | 223.56 | 0.99 | 0.57 |
| Hex | 23 | 5F | FE | 56 | 3F | 0 | 0 | E0 | 63 | 39 |
| Octal | 43 | 137 | 376 | 126 | 77 | 0 | 0 | 340 | 143 | 71 |
| Binary | 100011 | 1011111 | 11111110 | 1010110 | 111111 | 0 | 0 | 11100000 | 1100011 | 111001 |
Color Harmonies of #235FFE
Complementary color
Monochromatic Colors of #235FFE
Black with #235FFE
Text Example
Text Example
White with #235FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #235FFE; }
p { color: rgb(35,95,254); }
H1.HeaderClassName
{
color: #235FFE;
}
.AnyTagClassName
{
color: #235FFE;
}
</style>
background-color css
<style>
a { background-color: #235FFE; }
a { background-color: rgb(35,95,254); }
div.DivClassName
{
background-color: #235FFE;
}
.BgClassName
{
background-color: #235FFE;
}
</style>
border-color css
<style>
span { border-color: #235FFE; }
span { border-color: rgb(35,95,254); }
td.TdClassName
{
border-color: #235FFE;
}
.TagClassName
{
border-color: #235FFE;
}
</style>