Shades of Royal Blue #2369F7
Tints of Royal Blue #2369F7
RGB
CMYK
RGB Variations
Color information
#2369F7 (or 0x2369F7) is known color: Royal Blue. HEX triplet: 23, 69 and F7. RGB value is (35,105,247). Sum of RGB (Red+Green+Blue) = 35+105+247=387 (51% of max value = 765). Red value is 35 (14.06% from 255 or 9.04% from 387); Green value is 105 (41.41% from 255 or 27.13% from 387); Blue value is 247 (96.88% from 255 or 63.82% from 387); Max value from RGB is 247 - color contains mainly: blue. Hex color #2369F7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2369F7 is #DC9608. Grayscale: #636363. Windows color (decimal): -14456329 or 16214307. OLE color: 16214307.
HSL color Cylindrical-coordinate representation of color #2369F7: hue angle of 220.19º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2369F7 is Cyan = 0.86, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 35 | 105 | 247 | - |
| CMYK | 0.86 | 0.57 | 0 | 0.03 |
| HSL | 220.19º | 0.93% | 0.55% | - |
| HSV(B) | 220.19º | 0.86% | 0.97% | - |
| XYZ | 22.53 | 17.18 | 90.12 | - |
| YUV | 100.26 | 210.81 | 81.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 105 | 247 | 0.86 | 0.57 | 0 | 0.03 | 220.19 | 0.93 | 0.55 |
| Hex | 23 | 69 | F7 | 56 | 39 | 0 | 3 | DC | 5D | 37 |
| Octal | 43 | 151 | 367 | 126 | 71 | 0 | 3 | 334 | 135 | 67 |
| Binary | 100011 | 1101001 | 11110111 | 1010110 | 111001 | 0 | 11 | 11011100 | 1011101 | 110111 |
Color Harmonies of #2369F7
Complementary color
Monochromatic Colors of #2369F7
Black with #2369F7
Text Example
Text Example
White with #2369F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2369F7; }
p { color: rgb(35,105,247); }
H1.HeaderClassName
{
color: #2369F7;
}
.AnyTagClassName
{
color: #2369F7;
}
</style>
background-color css
<style>
a { background-color: #2369F7; }
a { background-color: rgb(35,105,247); }
div.DivClassName
{
background-color: #2369F7;
}
.BgClassName
{
background-color: #2369F7;
}
</style>
border-color css
<style>
span { border-color: #2369F7; }
span { border-color: rgb(35,105,247); }
td.TdClassName
{
border-color: #2369F7;
}
.TagClassName
{
border-color: #2369F7;
}
</style>