Shades of Royal Blue #235BFE
Tints of Royal Blue #235BFE
RGB
CMYK
RGB Variations
Color information
#235BFE (or 0x235BFE) is known color: Royal Blue. HEX triplet: 23, 5B and FE. RGB value is (35,91,254). Sum of RGB (Red+Green+Blue) = 35+91+254=380 (50% of max value = 765). Red value is 35 (14.06% from 255 or 9.21% from 380); Green value is 91 (35.94% from 255 or 23.95% from 380); Blue value is 254 (99.61% from 255 or 66.84% from 380); Max value from RGB is 254 - color contains mainly: blue. Hex color #235BFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #235BFE is #DCA401. Grayscale: #5C5C5C. Windows color (decimal): -14459906 or 16669475. OLE color: 16669475.
HSL color Cylindrical-coordinate representation of color #235BFE: hue angle of 224.66º 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 #235BFE is Cyan = 0.86, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 35 | 91 | 254 | - |
| CMYK | 0.86 | 0.64 | 0 | 0.00 |
| HSL | 224.66º | 0.99% | 0.57% | - |
| HSV(B) | 224.66º | 0.86% | 1% | - |
| XYZ | 22.32 | 15 | 95.48 | - |
| YUV | 92.84 | 218.95 | 86.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 91 | 254 | 0.86 | 0.64 | 0 | 0.00 | 224.66 | 0.99 | 0.57 |
| Hex | 23 | 5B | FE | 56 | 40 | 0 | 0 | E1 | 63 | 39 |
| Octal | 43 | 133 | 376 | 126 | 100 | 0 | 0 | 341 | 143 | 71 |
| Binary | 100011 | 1011011 | 11111110 | 1010110 | 1000000 | 0 | 0 | 11100001 | 1100011 | 111001 |
Color Harmonies of #235BFE
Complementary color
Monochromatic Colors of #235BFE
Black with #235BFE
Text Example
Text Example
White with #235BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #235BFE; }
p { color: rgb(35,91,254); }
H1.HeaderClassName
{
color: #235BFE;
}
.AnyTagClassName
{
color: #235BFE;
}
</style>
background-color css
<style>
a { background-color: #235BFE; }
a { background-color: rgb(35,91,254); }
div.DivClassName
{
background-color: #235BFE;
}
.BgClassName
{
background-color: #235BFE;
}
</style>
border-color css
<style>
span { border-color: #235BFE; }
span { border-color: rgb(35,91,254); }
td.TdClassName
{
border-color: #235BFE;
}
.TagClassName
{
border-color: #235BFE;
}
</style>