Shades of Cerulean Blue #204BBA
Tints of Cerulean Blue #204BBA
RGB
CMYK
RGB Variations
Color information
#204BBA (or 0x204BBA) is known color: Cerulean Blue. HEX triplet: 20, 4B and BA. RGB value is (32,75,186). Sum of RGB (Red+Green+Blue) = 32+75+186=293 (38% of max value = 765). Red value is 32 (12.89% from 255 or 10.92% from 293); Green value is 75 (29.69% from 255 or 25.60% from 293); Blue value is 186 (73.05% from 255 or 63.48% from 293); Max value from RGB is 186 - color contains mainly: blue. Hex color #204BBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #204BBA is #DFB445. Grayscale: #4A4A4A. Windows color (decimal): -14660678 or 12208928. OLE color: 12208928.
HSL color Cylindrical-coordinate representation of color #204BBA: hue angle of 223.25º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #204BBA is Cyan = 0.83, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 32 | 75 | 186 | - |
| CMYK | 0.83 | 0.60 | 0 | 0.27 |
| HSL | 223.25º | 0.71% | 0.43% | - |
| HSV(B) | 223.25º | 0.83% | 0.73% | - |
| XYZ | 11.97 | 8.88 | 47.54 | - |
| YUV | 74.8 | 190.75 | 97.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 75 | 186 | 0.83 | 0.60 | 0 | 0.27 | 223.25 | 0.71 | 0.43 |
| Hex | 20 | 4B | BA | 53 | 3C | 0 | 1B | DF | 47 | 2B |
| Octal | 40 | 113 | 272 | 123 | 74 | 0 | 33 | 337 | 107 | 53 |
| Binary | 100000 | 1001011 | 10111010 | 1010011 | 111100 | 0 | 11011 | 11011111 | 1000111 | 101011 |
Color Harmonies of #204BBA
Complementary color
Monochromatic Colors of #204BBA
Black with #204BBA
Text Example
Text Example
White with #204BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204BBA; }
p { color: rgb(32,75,186); }
H1.HeaderClassName
{
color: #204BBA;
}
.AnyTagClassName
{
color: #204BBA;
}
</style>
background-color css
<style>
a { background-color: #204BBA; }
a { background-color: rgb(32,75,186); }
div.DivClassName
{
background-color: #204BBA;
}
.BgClassName
{
background-color: #204BBA;
}
</style>
border-color css
<style>
span { border-color: #204BBA; }
span { border-color: rgb(32,75,186); }
td.TdClassName
{
border-color: #204BBA;
}
.TagClassName
{
border-color: #204BBA;
}
</style>