Shades of Cerulean Blue #204EBA
Tints of Cerulean Blue #204EBA
RGB
CMYK
RGB Variations
Color information
#204EBA (or 0x204EBA) is known color: Cerulean Blue. HEX triplet: 20, 4E and BA. RGB value is (32,78,186). Sum of RGB (Red+Green+Blue) = 32+78+186=296 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.81% from 296); Green value is 78 (30.86% from 255 or 26.35% from 296); Blue value is 186 (73.05% from 255 or 62.84% from 296); Max value from RGB is 186 - color contains mainly: blue. Hex color #204EBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #204EBA is #DFB145. Grayscale: #4C4C4C. Windows color (decimal): -14659910 or 12209696. OLE color: 12209696.
HSL color Cylindrical-coordinate representation of color #204EBA: hue angle of 222.08º 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 #204EBA is Cyan = 0.83, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 32 | 78 | 186 | - |
| CMYK | 0.83 | 0.58 | 0 | 0.27 |
| HSL | 222.08º | 0.71% | 0.43% | - |
| HSV(B) | 222.08º | 0.83% | 0.73% | - |
| XYZ | 12.18 | 9.3 | 47.61 | - |
| YUV | 76.56 | 189.76 | 96.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 78 | 186 | 0.83 | 0.58 | 0 | 0.27 | 222.08 | 0.71 | 0.43 |
| Hex | 20 | 4E | BA | 53 | 3A | 0 | 1B | DE | 47 | 2B |
| Octal | 40 | 116 | 272 | 123 | 72 | 0 | 33 | 336 | 107 | 53 |
| Binary | 100000 | 1001110 | 10111010 | 1010011 | 111010 | 0 | 11011 | 11011110 | 1000111 | 101011 |
Color Harmonies of #204EBA
Complementary color
Monochromatic Colors of #204EBA
Black with #204EBA
Text Example
Text Example
White with #204EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204EBA; }
p { color: rgb(32,78,186); }
H1.HeaderClassName
{
color: #204EBA;
}
.AnyTagClassName
{
color: #204EBA;
}
</style>
background-color css
<style>
a { background-color: #204EBA; }
a { background-color: rgb(32,78,186); }
div.DivClassName
{
background-color: #204EBA;
}
.BgClassName
{
background-color: #204EBA;
}
</style>
border-color css
<style>
span { border-color: #204EBA; }
span { border-color: rgb(32,78,186); }
td.TdClassName
{
border-color: #204EBA;
}
.TagClassName
{
border-color: #204EBA;
}
</style>