Shades of Royal Blue #2360F2
Tints of Royal Blue #2360F2
RGB
CMYK
RGB Variations
Color information
#2360F2 (or 0x2360F2) is known color: Royal Blue. HEX triplet: 23, 60 and F2. RGB value is (35,96,242). Sum of RGB (Red+Green+Blue) = 35+96+242=373 (49% of max value = 765). Red value is 35 (14.06% from 255 or 9.38% from 373); Green value is 96 (37.89% from 255 or 25.74% from 373); Blue value is 242 (94.92% from 255 or 64.88% from 373); Max value from RGB is 242 - color contains mainly: blue. Hex color #2360F2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2360F2 is #DC9F0D. Grayscale: #5D5D5D. Windows color (decimal): -14458638 or 15884323. OLE color: 15884323.
HSL color Cylindrical-coordinate representation of color #2360F2: hue angle of 222.32º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2360F2 is Cyan = 0.86, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 35 | 96 | 242 | - |
| CMYK | 0.86 | 0.60 | 0 | 0.05 |
| HSL | 222.32º | 0.89% | 0.54% | - |
| HSV(B) | 222.32º | 0.86% | 0.95% | - |
| XYZ | 20.9 | 15.13 | 85.82 | - |
| YUV | 94.41 | 211.29 | 85.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 96 | 242 | 0.86 | 0.60 | 0 | 0.05 | 222.32 | 0.89 | 0.54 |
| Hex | 23 | 60 | F2 | 56 | 3C | 0 | 5 | DE | 59 | 36 |
| Octal | 43 | 140 | 362 | 126 | 74 | 0 | 5 | 336 | 131 | 66 |
| Binary | 100011 | 1100000 | 11110010 | 1010110 | 111100 | 0 | 101 | 11011110 | 1011001 | 110110 |
Color Harmonies of #2360F2
Complementary color
Monochromatic Colors of #2360F2
Black with #2360F2
Text Example
Text Example
White with #2360F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2360F2; }
p { color: rgb(35,96,242); }
H1.HeaderClassName
{
color: #2360F2;
}
.AnyTagClassName
{
color: #2360F2;
}
</style>
background-color css
<style>
a { background-color: #2360F2; }
a { background-color: rgb(35,96,242); }
div.DivClassName
{
background-color: #2360F2;
}
.BgClassName
{
background-color: #2360F2;
}
</style>
border-color css
<style>
span { border-color: #2360F2; }
span { border-color: rgb(35,96,242); }
td.TdClassName
{
border-color: #2360F2;
}
.TagClassName
{
border-color: #2360F2;
}
</style>