Shades of Royal Blue #237BDD
Tints of Royal Blue #237BDD
RGB
CMYK
RGB Variations
Color information
#237BDD (or 0x237BDD) is known color: Royal Blue. HEX triplet: 23, 7B and DD. RGB value is (35,123,221). Sum of RGB (Red+Green+Blue) = 35+123+221=379 (50% of max value = 765). Red value is 35 (14.06% from 255 or 9.23% from 379); Green value is 123 (48.44% from 255 or 32.45% from 379); Blue value is 221 (86.72% from 255 or 58.31% from 379); Max value from RGB is 221 - color contains mainly: blue. Hex color #237BDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #237BDD is #DC8422. Grayscale: #6B6B6B. Windows color (decimal): -14451747 or 14514979. OLE color: 14514979.
HSL color Cylindrical-coordinate representation of color #237BDD: hue angle of 211.61º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #237BDD is Cyan = 0.84, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 35 | 123 | 221 | - |
| CMYK | 0.84 | 0.44 | 0 | 0.13 |
| HSL | 211.61º | 0.73% | 0.5% | - |
| HSV(B) | 211.61º | 0.84% | 0.87% | - |
| XYZ | 20.83 | 19.74 | 71.12 | - |
| YUV | 107.86 | 191.85 | 76.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 123 | 221 | 0.84 | 0.44 | 0 | 0.13 | 211.61 | 0.73 | 0.5 |
| Hex | 23 | 7B | DD | 54 | 2C | 0 | D | D4 | 49 | 32 |
| Octal | 43 | 173 | 335 | 124 | 54 | 0 | 15 | 324 | 111 | 62 |
| Binary | 100011 | 1111011 | 11011101 | 1010100 | 101100 | 0 | 1101 | 11010100 | 1001001 | 110010 |
Color Harmonies of #237BDD
Complementary color
Monochromatic Colors of #237BDD
Black with #237BDD
Text Example
Text Example
White with #237BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #237BDD; }
p { color: rgb(35,123,221); }
H1.HeaderClassName
{
color: #237BDD;
}
.AnyTagClassName
{
color: #237BDD;
}
</style>
background-color css
<style>
a { background-color: #237BDD; }
a { background-color: rgb(35,123,221); }
div.DivClassName
{
background-color: #237BDD;
}
.BgClassName
{
background-color: #237BDD;
}
</style>
border-color css
<style>
span { border-color: #237BDD; }
span { border-color: rgb(35,123,221); }
td.TdClassName
{
border-color: #237BDD;
}
.TagClassName
{
border-color: #237BDD;
}
</style>