Shades of Royal Blue #2369FE
Tints of Royal Blue #2369FE
RGB
CMYK
RGB Variations
Color information
#2369FE (or 0x2369FE) is known color: Royal Blue. HEX triplet: 23, 69 and FE. RGB value is (35,105,254). Sum of RGB (Red+Green+Blue) = 35+105+254=394 (52% of max value = 765). Red value is 35 (14.06% from 255 or 8.88% from 394); Green value is 105 (41.41% from 255 or 26.65% from 394); Blue value is 254 (99.61% from 255 or 64.47% from 394); Max value from RGB is 254 - color contains mainly: blue. Hex color #2369FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2369FE is #DC9601. Grayscale: #646464. Windows color (decimal): -14456322 or 16673059. OLE color: 16673059.
HSL color Cylindrical-coordinate representation of color #2369FE: hue angle of 220.82º 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 #2369FE is Cyan = 0.86, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 35 | 105 | 254 | - |
| CMYK | 0.86 | 0.59 | 0 | 0.00 |
| HSL | 220.82º | 0.99% | 0.57% | - |
| HSV(B) | 220.82º | 0.86% | 1% | - |
| XYZ | 23.63 | 17.62 | 95.92 | - |
| YUV | 101.06 | 214.31 | 80.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 105 | 254 | 0.86 | 0.59 | 0 | 0.00 | 220.82 | 0.99 | 0.57 |
| Hex | 23 | 69 | FE | 56 | 3B | 0 | 0 | DD | 63 | 39 |
| Octal | 43 | 151 | 376 | 126 | 73 | 0 | 0 | 335 | 143 | 71 |
| Binary | 100011 | 1101001 | 11111110 | 1010110 | 111011 | 0 | 0 | 11011101 | 1100011 | 111001 |
Color Harmonies of #2369FE
Complementary color
Monochromatic Colors of #2369FE
Black with #2369FE
Text Example
Text Example
White with #2369FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2369FE; }
p { color: rgb(35,105,254); }
H1.HeaderClassName
{
color: #2369FE;
}
.AnyTagClassName
{
color: #2369FE;
}
</style>
background-color css
<style>
a { background-color: #2369FE; }
a { background-color: rgb(35,105,254); }
div.DivClassName
{
background-color: #2369FE;
}
.BgClassName
{
background-color: #2369FE;
}
</style>
border-color css
<style>
span { border-color: #2369FE; }
span { border-color: rgb(35,105,254); }
td.TdClassName
{
border-color: #2369FE;
}
.TagClassName
{
border-color: #2369FE;
}
</style>