Shades of Royal Blue #2362FE
Tints of Royal Blue #2362FE
RGB
CMYK
RGB Variations
Color information
#2362FE (or 0x2362FE) is known color: Royal Blue. HEX triplet: 23, 62 and FE. RGB value is (35,98,254). Sum of RGB (Red+Green+Blue) = 35+98+254=387 (51% of max value = 765). Red value is 35 (14.06% from 255 or 9.04% from 387); Green value is 98 (38.67% from 255 or 25.32% from 387); Blue value is 254 (99.61% from 255 or 65.63% from 387); Max value from RGB is 254 - color contains mainly: blue. Hex color #2362FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2362FE is #DC9D01. Grayscale: #606060. Windows color (decimal): -14458114 or 16671267. OLE color: 16671267.
HSL color Cylindrical-coordinate representation of color #2362FE: hue angle of 222.74º 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 #2362FE is Cyan = 0.86, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 35 | 98 | 254 | - |
| CMYK | 0.86 | 0.61 | 0 | 0.00 |
| HSL | 222.74º | 0.99% | 0.57% | - |
| HSV(B) | 222.74º | 0.86% | 1% | - |
| XYZ | 22.95 | 16.25 | 95.69 | - |
| YUV | 96.95 | 216.63 | 83.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 98 | 254 | 0.86 | 0.61 | 0 | 0.00 | 222.74 | 0.99 | 0.57 |
| Hex | 23 | 62 | FE | 56 | 3D | 0 | 0 | DF | 63 | 39 |
| Octal | 43 | 142 | 376 | 126 | 75 | 0 | 0 | 337 | 143 | 71 |
| Binary | 100011 | 1100010 | 11111110 | 1010110 | 111101 | 0 | 0 | 11011111 | 1100011 | 111001 |
Color Harmonies of #2362FE
Complementary color
Monochromatic Colors of #2362FE
Black with #2362FE
Text Example
Text Example
White with #2362FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2362FE; }
p { color: rgb(35,98,254); }
H1.HeaderClassName
{
color: #2362FE;
}
.AnyTagClassName
{
color: #2362FE;
}
</style>
background-color css
<style>
a { background-color: #2362FE; }
a { background-color: rgb(35,98,254); }
div.DivClassName
{
background-color: #2362FE;
}
.BgClassName
{
background-color: #2362FE;
}
</style>
border-color css
<style>
span { border-color: #2362FE; }
span { border-color: rgb(35,98,254); }
td.TdClassName
{
border-color: #2362FE;
}
.TagClassName
{
border-color: #2362FE;
}
</style>