Shades of Royal Blue #206CEA
Tints of Royal Blue #206CEA
RGB
CMYK
RGB Variations
Color information
#206CEA (or 0x206CEA) is known color: Royal Blue. HEX triplet: 20, 6C and EA. RGB value is (32,108,234). Sum of RGB (Red+Green+Blue) = 32+108+234=374 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.56% from 374); Green value is 108 (42.58% from 255 or 28.88% from 374); Blue value is 234 (91.80% from 255 or 62.57% from 374); Max value from RGB is 234 - color contains mainly: blue. Hex color #206CEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #206CEA is #DF9315. Grayscale: #636363. Windows color (decimal): -14652182 or 15363104. OLE color: 15363104.
HSL color Cylindrical-coordinate representation of color #206CEA: hue angle of 217.43º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #206CEA is Cyan = 0.86, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 32 | 108 | 234 | - |
| CMYK | 0.86 | 0.54 | 0 | 0.08 |
| HSL | 217.43º | 0.83% | 0.52% | - |
| HSV(B) | 217.43º | 0.86% | 0.92% | - |
| XYZ | 20.81 | 16.97 | 80.02 | - |
| YUV | 99.64 | 203.82 | 79.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 108 | 234 | 0.86 | 0.54 | 0 | 0.08 | 217.43 | 0.83 | 0.52 |
| Hex | 20 | 6C | EA | 56 | 36 | 0 | 8 | D9 | 53 | 34 |
| Octal | 40 | 154 | 352 | 126 | 66 | 0 | 10 | 331 | 123 | 64 |
| Binary | 100000 | 1101100 | 11101010 | 1010110 | 110110 | 0 | 1000 | 11011001 | 1010011 | 110100 |
Color Harmonies of #206CEA
Complementary color
Monochromatic Colors of #206CEA
Black with #206CEA
Text Example
Text Example
White with #206CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206CEA; }
p { color: rgb(32,108,234); }
H1.HeaderClassName
{
color: #206CEA;
}
.AnyTagClassName
{
color: #206CEA;
}
</style>
background-color css
<style>
a { background-color: #206CEA; }
a { background-color: rgb(32,108,234); }
div.DivClassName
{
background-color: #206CEA;
}
.BgClassName
{
background-color: #206CEA;
}
</style>
border-color css
<style>
span { border-color: #206CEA; }
span { border-color: rgb(32,108,234); }
td.TdClassName
{
border-color: #206CEA;
}
.TagClassName
{
border-color: #206CEA;
}
</style>