Shades of Royal Blue #237BDC
Tints of Royal Blue #237BDC
RGB
CMYK
RGB Variations
Color information
#237BDC (or 0x237BDC) is known color: Royal Blue. HEX triplet: 23, 7B and DC. RGB value is (35,123,220). Sum of RGB (Red+Green+Blue) = 35+123+220=378 (50% of max value = 765). Red value is 35 (14.06% from 255 or 9.26% from 378); Green value is 123 (48.44% from 255 or 32.54% from 378); Blue value is 220 (86.33% from 255 or 58.20% from 378); Max value from RGB is 220 - color contains mainly: blue. Hex color #237BDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #237BDC is #DC8423. Grayscale: #6B6B6B. Windows color (decimal): -14451748 or 14449443. OLE color: 14449443.
HSL color Cylindrical-coordinate representation of color #237BDC: hue angle of 211.46º 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 #237BDC is Cyan = 0.84, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 35 | 123 | 220 | - |
| CMYK | 0.84 | 0.44 | 0 | 0.14 |
| HSL | 211.46º | 0.73% | 0.5% | - |
| HSV(B) | 211.46º | 0.84% | 0.86% | - |
| XYZ | 20.69 | 19.69 | 70.42 | - |
| YUV | 107.75 | 191.35 | 76.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 123 | 220 | 0.84 | 0.44 | 0 | 0.14 | 211.46 | 0.73 | 0.5 |
| Hex | 23 | 7B | DC | 54 | 2C | 0 | E | D3 | 49 | 32 |
| Octal | 43 | 173 | 334 | 124 | 54 | 0 | 16 | 323 | 111 | 62 |
| Binary | 100011 | 1111011 | 11011100 | 1010100 | 101100 | 0 | 1110 | 11010011 | 1001001 | 110010 |
Color Harmonies of #237BDC
Complementary color
Monochromatic Colors of #237BDC
Black with #237BDC
Text Example
Text Example
White with #237BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #237BDC; }
p { color: rgb(35,123,220); }
H1.HeaderClassName
{
color: #237BDC;
}
.AnyTagClassName
{
color: #237BDC;
}
</style>
background-color css
<style>
a { background-color: #237BDC; }
a { background-color: rgb(35,123,220); }
div.DivClassName
{
background-color: #237BDC;
}
.BgClassName
{
background-color: #237BDC;
}
</style>
border-color css
<style>
span { border-color: #237BDC; }
span { border-color: rgb(35,123,220); }
td.TdClassName
{
border-color: #237BDC;
}
.TagClassName
{
border-color: #237BDC;
}
</style>