Shades of Royal Blue #204AF2
Tints of Royal Blue #204AF2
RGB
CMYK
RGB Variations
Color information
#204AF2 (or 0x204AF2) is known color: Royal Blue. HEX triplet: 20, 4A and F2. RGB value is (32,74,242). Sum of RGB (Red+Green+Blue) = 32+74+242=348 (46% of max value = 765). Red value is 32 (12.89% from 255 or 9.20% from 348); Green value is 74 (29.30% from 255 or 21.26% from 348); Blue value is 242 (94.92% from 255 or 69.54% from 348); Max value from RGB is 242 - color contains mainly: blue. Hex color #204AF2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #204AF2 is #DFB50D. Grayscale: #4F4F4F. Windows color (decimal): -14660878 or 15878688. OLE color: 15878688.
HSL color Cylindrical-coordinate representation of color #204AF2: hue angle of 228º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #204AF2 is Cyan = 0.87, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 32 | 74 | 242 | - |
| CMYK | 0.87 | 0.69 | 0 | 0.05 |
| HSL | 228º | 0.89% | 0.54% | - |
| HSV(B) | 228º | 0.87% | 0.95% | - |
| XYZ | 19.07 | 11.62 | 85.24 | - |
| YUV | 80.59 | 219.09 | 93.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 74 | 242 | 0.87 | 0.69 | 0 | 0.05 | 228 | 0.89 | 0.54 |
| Hex | 20 | 4A | F2 | 57 | 45 | 0 | 5 | E4 | 59 | 36 |
| Octal | 40 | 112 | 362 | 127 | 105 | 0 | 5 | 344 | 131 | 66 |
| Binary | 100000 | 1001010 | 11110010 | 1010111 | 1000101 | 0 | 101 | 11100100 | 1011001 | 110110 |
Color Harmonies of #204AF2
Complementary color
Monochromatic Colors of #204AF2
Black with #204AF2
Text Example
Text Example
White with #204AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204AF2; }
p { color: rgb(32,74,242); }
H1.HeaderClassName
{
color: #204AF2;
}
.AnyTagClassName
{
color: #204AF2;
}
</style>
background-color css
<style>
a { background-color: #204AF2; }
a { background-color: rgb(32,74,242); }
div.DivClassName
{
background-color: #204AF2;
}
.BgClassName
{
background-color: #204AF2;
}
</style>
border-color css
<style>
span { border-color: #204AF2; }
span { border-color: rgb(32,74,242); }
td.TdClassName
{
border-color: #204AF2;
}
.TagClassName
{
border-color: #204AF2;
}
</style>