Shades of Royal Blue #2355FE
Tints of Royal Blue #2355FE
RGB
CMYK
RGB Variations
Color information
#2355FE (or 0x2355FE) is known color: Royal Blue. HEX triplet: 23, 55 and FE. RGB value is (35,85,254). Sum of RGB (Red+Green+Blue) = 35+85+254=374 (49% of max value = 765). Red value is 35 (14.06% from 255 or 9.36% from 374); Green value is 85 (33.59% from 255 or 22.73% from 374); Blue value is 254 (99.61% from 255 or 67.91% from 374); Max value from RGB is 254 - color contains mainly: blue. Hex color #2355FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2355FE is #DCAA01. Grayscale: #585858. Windows color (decimal): -14461442 or 16667939. OLE color: 16667939.
HSL color Cylindrical-coordinate representation of color #2355FE: hue angle of 226.3º 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 #2355FE is Cyan = 0.86, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 35 | 85 | 254 | - |
| CMYK | 0.86 | 0.67 | 0 | 0.00 |
| HSL | 226.3º | 0.99% | 0.57% | - |
| HSV(B) | 226.3º | 0.86% | 1% | - |
| XYZ | 21.83 | 14.01 | 95.32 | - |
| YUV | 89.32 | 220.94 | 89.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 85 | 254 | 0.86 | 0.67 | 0 | 0.00 | 226.3 | 0.99 | 0.57 |
| Hex | 23 | 55 | FE | 56 | 43 | 0 | 0 | E2 | 63 | 39 |
| Octal | 43 | 125 | 376 | 126 | 103 | 0 | 0 | 342 | 143 | 71 |
| Binary | 100011 | 1010101 | 11111110 | 1010110 | 1000011 | 0 | 0 | 11100010 | 1100011 | 111001 |
Color Harmonies of #2355FE
Complementary color
Monochromatic Colors of #2355FE
Black with #2355FE
Text Example
Text Example
White with #2355FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2355FE; }
p { color: rgb(35,85,254); }
H1.HeaderClassName
{
color: #2355FE;
}
.AnyTagClassName
{
color: #2355FE;
}
</style>
background-color css
<style>
a { background-color: #2355FE; }
a { background-color: rgb(35,85,254); }
div.DivClassName
{
background-color: #2355FE;
}
.BgClassName
{
background-color: #2355FE;
}
</style>
border-color css
<style>
span { border-color: #2355FE; }
span { border-color: rgb(35,85,254); }
td.TdClassName
{
border-color: #2355FE;
}
.TagClassName
{
border-color: #2355FE;
}
</style>