Shades of Cerulean Blue #204BC1
Tints of Cerulean Blue #204BC1
RGB
CMYK
RGB Variations
Color information
#204BC1 (or 0x204BC1) is known color: Cerulean Blue. HEX triplet: 20, 4B and C1. RGB value is (32,75,193). Sum of RGB (Red+Green+Blue) = 32+75+193=300 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.67% from 300); Green value is 75 (29.69% from 255 or 25% from 300); Blue value is 193 (75.78% from 255 or 64.33% from 300); Max value from RGB is 193 - color contains mainly: blue. Hex color #204BC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #204BC1 is #DFB43E. Grayscale: #4B4B4B. Windows color (decimal): -14660671 or 12667680. OLE color: 12667680.
HSL color Cylindrical-coordinate representation of color #204BC1: hue angle of 223.98º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #204BC1 is Cyan = 0.83, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 32 | 75 | 193 | - |
| CMYK | 0.83 | 0.61 | 0 | 0.24 |
| HSL | 223.98º | 0.72% | 0.44% | - |
| HSV(B) | 223.98º | 0.83% | 0.76% | - |
| XYZ | 12.74 | 9.19 | 51.55 | - |
| YUV | 75.6 | 194.25 | 96.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 75 | 193 | 0.83 | 0.61 | 0 | 0.24 | 223.98 | 0.72 | 0.44 |
| Hex | 20 | 4B | C1 | 53 | 3D | 0 | 18 | E0 | 48 | 2C |
| Octal | 40 | 113 | 301 | 123 | 75 | 0 | 30 | 340 | 110 | 54 |
| Binary | 100000 | 1001011 | 11000001 | 1010011 | 111101 | 0 | 11000 | 11100000 | 1001000 | 101100 |
Color Harmonies of #204BC1
Complementary color
Monochromatic Colors of #204BC1
Black with #204BC1
Text Example
Text Example
White with #204BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204BC1; }
p { color: rgb(32,75,193); }
H1.HeaderClassName
{
color: #204BC1;
}
.AnyTagClassName
{
color: #204BC1;
}
</style>
background-color css
<style>
a { background-color: #204BC1; }
a { background-color: rgb(32,75,193); }
div.DivClassName
{
background-color: #204BC1;
}
.BgClassName
{
background-color: #204BC1;
}
</style>
border-color css
<style>
span { border-color: #204BC1; }
span { border-color: rgb(32,75,193); }
td.TdClassName
{
border-color: #204BC1;
}
.TagClassName
{
border-color: #204BC1;
}
</style>