Shades of Royal Blue #2379DC
Tints of Royal Blue #2379DC
RGB
CMYK
RGB Variations
Color information
#2379DC (or 0x2379DC) is known color: Royal Blue. HEX triplet: 23, 79 and DC. RGB value is (35,121,220). Sum of RGB (Red+Green+Blue) = 35+121+220=376 (49% of max value = 765). Red value is 35 (14.06% from 255 or 9.31% from 376); Green value is 121 (47.66% from 255 or 32.18% from 376); Blue value is 220 (86.33% from 255 or 58.51% from 376); Max value from RGB is 220 - color contains mainly: blue. Hex color #2379DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2379DC is #DC8623. Grayscale: #6A6A6A. Windows color (decimal): -14452260 or 14448931. OLE color: 14448931.
HSL color Cylindrical-coordinate representation of color #2379DC: hue angle of 212.11º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2379DC is Cyan = 0.84, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 35 | 121 | 220 | - |
| CMYK | 0.84 | 0.45 | 0 | 0.14 |
| HSL | 212.11º | 0.73% | 0.5% | - |
| HSV(B) | 212.11º | 0.84% | 0.86% | - |
| XYZ | 20.45 | 19.2 | 70.34 | - |
| YUV | 106.57 | 192.01 | 76.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 121 | 220 | 0.84 | 0.45 | 0 | 0.14 | 212.11 | 0.73 | 0.5 |
| Hex | 23 | 79 | DC | 54 | 2D | 0 | E | D4 | 49 | 32 |
| Octal | 43 | 171 | 334 | 124 | 55 | 0 | 16 | 324 | 111 | 62 |
| Binary | 100011 | 1111001 | 11011100 | 1010100 | 101101 | 0 | 1110 | 11010100 | 1001001 | 110010 |
Color Harmonies of #2379DC
Complementary color
Monochromatic Colors of #2379DC
Black with #2379DC
Text Example
Text Example
White with #2379DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2379DC; }
p { color: rgb(35,121,220); }
H1.HeaderClassName
{
color: #2379DC;
}
.AnyTagClassName
{
color: #2379DC;
}
</style>
background-color css
<style>
a { background-color: #2379DC; }
a { background-color: rgb(35,121,220); }
div.DivClassName
{
background-color: #2379DC;
}
.BgClassName
{
background-color: #2379DC;
}
</style>
border-color css
<style>
span { border-color: #2379DC; }
span { border-color: rgb(35,121,220); }
td.TdClassName
{
border-color: #2379DC;
}
.TagClassName
{
border-color: #2379DC;
}
</style>