Shades of Royal Blue #2365F3
Tints of Royal Blue #2365F3
RGB
CMYK
RGB Variations
Color information
#2365F3 (or 0x2365F3) is known color: Royal Blue. HEX triplet: 23, 65 and F3. RGB value is (35,101,243). Sum of RGB (Red+Green+Blue) = 35+101+243=379 (50% of max value = 765). Red value is 35 (14.06% from 255 or 9.23% from 379); Green value is 101 (39.84% from 255 or 26.65% from 379); Blue value is 243 (95.31% from 255 or 64.12% from 379); Max value from RGB is 243 - color contains mainly: blue. Hex color #2365F3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2365F3 is #DC9A0C. Grayscale: #606060. Windows color (decimal): -14457357 or 15951139. OLE color: 15951139.
HSL color Cylindrical-coordinate representation of color #2365F3: hue angle of 220.96º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2365F3 is Cyan = 0.86, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 35 | 101 | 243 | - |
| CMYK | 0.86 | 0.58 | 0 | 0.05 |
| HSL | 220.96º | 0.9% | 0.55% | - |
| HSV(B) | 220.96º | 0.86% | 0.95% | - |
| XYZ | 21.52 | 16.14 | 86.77 | - |
| YUV | 97.45 | 210.13 | 83.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 101 | 243 | 0.86 | 0.58 | 0 | 0.05 | 220.96 | 0.9 | 0.55 |
| Hex | 23 | 65 | F3 | 56 | 3A | 0 | 5 | DD | 5A | 37 |
| Octal | 43 | 145 | 363 | 126 | 72 | 0 | 5 | 335 | 132 | 67 |
| Binary | 100011 | 1100101 | 11110011 | 1010110 | 111010 | 0 | 101 | 11011101 | 1011010 | 110111 |
Color Harmonies of #2365F3
Complementary color
Monochromatic Colors of #2365F3
Black with #2365F3
Text Example
Text Example
White with #2365F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2365F3; }
p { color: rgb(35,101,243); }
H1.HeaderClassName
{
color: #2365F3;
}
.AnyTagClassName
{
color: #2365F3;
}
</style>
background-color css
<style>
a { background-color: #2365F3; }
a { background-color: rgb(35,101,243); }
div.DivClassName
{
background-color: #2365F3;
}
.BgClassName
{
background-color: #2365F3;
}
</style>
border-color css
<style>
span { border-color: #2365F3; }
span { border-color: rgb(35,101,243); }
td.TdClassName
{
border-color: #2365F3;
}
.TagClassName
{
border-color: #2365F3;
}
</style>