Shades of Royal Blue #2379DA
Tints of Royal Blue #2379DA
RGB
CMYK
RGB Variations
Color information
#2379DA (or 0x2379DA) is known color: Royal Blue. HEX triplet: 23, 79 and DA. RGB value is (35,121,218). Sum of RGB (Red+Green+Blue) = 35+121+218=374 (49% of max value = 765). Red value is 35 (14.06% from 255 or 9.36% from 374); Green value is 121 (47.66% from 255 or 32.35% from 374); Blue value is 218 (85.55% from 255 or 58.29% from 374); Max value from RGB is 218 - color contains mainly: blue. Hex color #2379DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2379DA is #DC8625. Grayscale: #696969. Windows color (decimal): -14452262 or 14317859. OLE color: 14317859.
HSL color Cylindrical-coordinate representation of color #2379DA: hue angle of 211.8º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2379DA is Cyan = 0.84, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 35 | 121 | 218 | - |
| CMYK | 0.84 | 0.44 | 0 | 0.15 |
| HSL | 211.8º | 0.72% | 0.5% | - |
| HSV(B) | 211.8º | 0.84% | 0.85% | - |
| XYZ | 20.19 | 19.09 | 68.95 | - |
| YUV | 106.34 | 191.01 | 77.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 121 | 218 | 0.84 | 0.44 | 0 | 0.15 | 211.8 | 0.72 | 0.5 |
| Hex | 23 | 79 | DA | 54 | 2C | 0 | F | D4 | 48 | 32 |
| Octal | 43 | 171 | 332 | 124 | 54 | 0 | 17 | 324 | 110 | 62 |
| Binary | 100011 | 1111001 | 11011010 | 1010100 | 101100 | 0 | 1111 | 11010100 | 1001000 | 110010 |
Color Harmonies of #2379DA
Complementary color
Monochromatic Colors of #2379DA
Black with #2379DA
Text Example
Text Example
White with #2379DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2379DA; }
p { color: rgb(35,121,218); }
H1.HeaderClassName
{
color: #2379DA;
}
.AnyTagClassName
{
color: #2379DA;
}
</style>
background-color css
<style>
a { background-color: #2379DA; }
a { background-color: rgb(35,121,218); }
div.DivClassName
{
background-color: #2379DA;
}
.BgClassName
{
background-color: #2379DA;
}
</style>
border-color css
<style>
span { border-color: #2379DA; }
span { border-color: rgb(35,121,218); }
td.TdClassName
{
border-color: #2379DA;
}
.TagClassName
{
border-color: #2379DA;
}
</style>