Shades of Royal Blue #2366ED
Tints of Royal Blue #2366ED
RGB
CMYK
RGB Variations
Color information
#2366ED (or 0x2366ED) is known color: Royal Blue. HEX triplet: 23, 66 and ED. RGB value is (35,102,237). Sum of RGB (Red+Green+Blue) = 35+102+237=374 (49% of max value = 765). Red value is 35 (14.06% from 255 or 9.36% from 374); Green value is 102 (40.23% from 255 or 27.27% from 374); Blue value is 237 (92.97% from 255 or 63.37% from 374); Max value from RGB is 237 - color contains mainly: blue. Hex color #2366ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2366ED is #DC9912. Grayscale: #606060. Windows color (decimal): -14457107 or 15558179. OLE color: 15558179.
HSL color Cylindrical-coordinate representation of color #2366ED: hue angle of 220.1º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2366ED is Cyan = 0.85, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 35 | 102 | 237 | - |
| CMYK | 0.85 | 0.57 | 0 | 0.07 |
| HSL | 220.1º | 0.85% | 0.53% | - |
| HSV(B) | 220.1º | 0.85% | 0.93% | - |
| XYZ | 20.73 | 15.97 | 82.11 | - |
| YUV | 97.36 | 206.8 | 83.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 102 | 237 | 0.85 | 0.57 | 0 | 0.07 | 220.1 | 0.85 | 0.53 |
| Hex | 23 | 66 | ED | 55 | 39 | 0 | 7 | DC | 55 | 35 |
| Octal | 43 | 146 | 355 | 125 | 71 | 0 | 7 | 334 | 125 | 65 |
| Binary | 100011 | 1100110 | 11101101 | 1010101 | 111001 | 0 | 111 | 11011100 | 1010101 | 110101 |
Color Harmonies of #2366ED
Complementary color
Monochromatic Colors of #2366ED
Black with #2366ED
Text Example
Text Example
White with #2366ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2366ED; }
p { color: rgb(35,102,237); }
H1.HeaderClassName
{
color: #2366ED;
}
.AnyTagClassName
{
color: #2366ED;
}
</style>
background-color css
<style>
a { background-color: #2366ED; }
a { background-color: rgb(35,102,237); }
div.DivClassName
{
background-color: #2366ED;
}
.BgClassName
{
background-color: #2366ED;
}
</style>
border-color css
<style>
span { border-color: #2366ED; }
span { border-color: rgb(35,102,237); }
td.TdClassName
{
border-color: #2366ED;
}
.TagClassName
{
border-color: #2366ED;
}
</style>