Shades of Royal Blue #2374DC
Tints of Royal Blue #2374DC
RGB
CMYK
RGB Variations
Color information
#2374DC (or 0x2374DC) is known color: Royal Blue. HEX triplet: 23, 74 and DC. RGB value is (35,116,220). Sum of RGB (Red+Green+Blue) = 35+116+220=371 (49% of max value = 765). Red value is 35 (14.06% from 255 or 9.43% from 371); Green value is 116 (45.70% from 255 or 31.27% from 371); Blue value is 220 (86.33% from 255 or 59.30% from 371); Max value from RGB is 220 - color contains mainly: blue. Hex color #2374DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2374DC is #DC8B23. Grayscale: #676767. Windows color (decimal): -14453540 or 14447651. OLE color: 14447651.
HSL color Cylindrical-coordinate representation of color #2374DC: hue angle of 213.73º 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 #2374DC is Cyan = 0.84, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 35 | 116 | 220 | - |
| CMYK | 0.84 | 0.47 | 0 | 0.14 |
| HSL | 213.73º | 0.73% | 0.5% | - |
| HSV(B) | 213.73º | 0.84% | 0.86% | - |
| XYZ | 19.86 | 18.02 | 70.14 | - |
| YUV | 103.64 | 193.66 | 79.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 116 | 220 | 0.84 | 0.47 | 0 | 0.14 | 213.73 | 0.73 | 0.5 |
| Hex | 23 | 74 | DC | 54 | 2F | 0 | E | D6 | 49 | 32 |
| Octal | 43 | 164 | 334 | 124 | 57 | 0 | 16 | 326 | 111 | 62 |
| Binary | 100011 | 1110100 | 11011100 | 1010100 | 101111 | 0 | 1110 | 11010110 | 1001001 | 110010 |
Color Harmonies of #2374DC
Complementary color
Monochromatic Colors of #2374DC
Black with #2374DC
Text Example
Text Example
White with #2374DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2374DC; }
p { color: rgb(35,116,220); }
H1.HeaderClassName
{
color: #2374DC;
}
.AnyTagClassName
{
color: #2374DC;
}
</style>
background-color css
<style>
a { background-color: #2374DC; }
a { background-color: rgb(35,116,220); }
div.DivClassName
{
background-color: #2374DC;
}
.BgClassName
{
background-color: #2374DC;
}
</style>
border-color css
<style>
span { border-color: #2374DC; }
span { border-color: rgb(35,116,220); }
td.TdClassName
{
border-color: #2374DC;
}
.TagClassName
{
border-color: #2374DC;
}
</style>