Shades of Royal Blue #2365E7
Tints of Royal Blue #2365E7
RGB
CMYK
RGB Variations
Color information
#2365E7 (or 0x2365E7) is known color: Royal Blue. HEX triplet: 23, 65 and E7. RGB value is (35,101,231). Sum of RGB (Red+Green+Blue) = 35+101+231=367 (48% of max value = 765). Red value is 35 (14.06% from 255 or 9.54% from 367); Green value is 101 (39.84% from 255 or 27.52% from 367); Blue value is 231 (90.62% from 255 or 62.94% from 367); Max value from RGB is 231 - color contains mainly: blue. Hex color #2365E7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2365E7 is #DC9A18. Grayscale: #5F5F5F. Windows color (decimal): -14457369 or 15164707. OLE color: 15164707.
HSL color Cylindrical-coordinate representation of color #2365E7: hue angle of 219.8º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2365E7 is Cyan = 0.85, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 35 | 101 | 231 | - |
| CMYK | 0.85 | 0.56 | 0 | 0.09 |
| HSL | 219.8º | 0.8% | 0.52% | - |
| HSV(B) | 219.8º | 0.85% | 0.91% | - |
| XYZ | 19.77 | 15.43 | 77.54 | - |
| YUV | 96.09 | 204.13 | 84.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 101 | 231 | 0.85 | 0.56 | 0 | 0.09 | 219.8 | 0.8 | 0.52 |
| Hex | 23 | 65 | E7 | 55 | 38 | 0 | 9 | DC | 50 | 34 |
| Octal | 43 | 145 | 347 | 125 | 70 | 0 | 11 | 334 | 120 | 64 |
| Binary | 100011 | 1100101 | 11100111 | 1010101 | 111000 | 0 | 1001 | 11011100 | 1010000 | 110100 |
Color Harmonies of #2365E7
Complementary color
Monochromatic Colors of #2365E7
Black with #2365E7
Text Example
Text Example
White with #2365E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2365E7; }
p { color: rgb(35,101,231); }
H1.HeaderClassName
{
color: #2365E7;
}
.AnyTagClassName
{
color: #2365E7;
}
</style>
background-color css
<style>
a { background-color: #2365E7; }
a { background-color: rgb(35,101,231); }
div.DivClassName
{
background-color: #2365E7;
}
.BgClassName
{
background-color: #2365E7;
}
</style>
border-color css
<style>
span { border-color: #2365E7; }
span { border-color: rgb(35,101,231); }
td.TdClassName
{
border-color: #2365E7;
}
.TagClassName
{
border-color: #2365E7;
}
</style>