Shades of Royal Blue #237ADC
Tints of Royal Blue #237ADC
RGB
CMYK
RGB Variations
Color information
#237ADC (or 0x237ADC) is known color: Royal Blue. HEX triplet: 23, 7A and DC. RGB value is (35,122,220). Sum of RGB (Red+Green+Blue) = 35+122+220=377 (49% of max value = 765). Red value is 35 (14.06% from 255 or 9.28% from 377); Green value is 122 (48.05% from 255 or 32.36% from 377); Blue value is 220 (86.33% from 255 or 58.36% from 377); Max value from RGB is 220 - color contains mainly: blue. Hex color #237ADC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #237ADC is #DC8523. Grayscale: #6A6A6A. Windows color (decimal): -14452004 or 14449187. OLE color: 14449187.
HSL color Cylindrical-coordinate representation of color #237ADC: hue angle of 211.78º 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 #237ADC is Cyan = 0.84, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 35 | 122 | 220 | - |
| CMYK | 0.84 | 0.45 | 0 | 0.14 |
| HSL | 211.78º | 0.73% | 0.5% | - |
| HSV(B) | 211.78º | 0.84% | 0.86% | - |
| XYZ | 20.57 | 19.44 | 70.38 | - |
| YUV | 107.16 | 191.68 | 76.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 122 | 220 | 0.84 | 0.45 | 0 | 0.14 | 211.78 | 0.73 | 0.5 |
| Hex | 23 | 7A | DC | 54 | 2D | 0 | E | D4 | 49 | 32 |
| Octal | 43 | 172 | 334 | 124 | 55 | 0 | 16 | 324 | 111 | 62 |
| Binary | 100011 | 1111010 | 11011100 | 1010100 | 101101 | 0 | 1110 | 11010100 | 1001001 | 110010 |
Color Harmonies of #237ADC
Complementary color
Monochromatic Colors of #237ADC
Black with #237ADC
Text Example
Text Example
White with #237ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #237ADC; }
p { color: rgb(35,122,220); }
H1.HeaderClassName
{
color: #237ADC;
}
.AnyTagClassName
{
color: #237ADC;
}
</style>
background-color css
<style>
a { background-color: #237ADC; }
a { background-color: rgb(35,122,220); }
div.DivClassName
{
background-color: #237ADC;
}
.BgClassName
{
background-color: #237ADC;
}
</style>
border-color css
<style>
span { border-color: #237ADC; }
span { border-color: rgb(35,122,220); }
td.TdClassName
{
border-color: #237ADC;
}
.TagClassName
{
border-color: #237ADC;
}
</style>