Shades of Cerulean Blue #204ADF
Tints of Cerulean Blue #204ADF
RGB
CMYK
RGB Variations
Color information
#204ADF (or 0x204ADF) is known color: Cerulean Blue. HEX triplet: 20, 4A and DF. RGB value is (32,74,223). Sum of RGB (Red+Green+Blue) = 32+74+223=329 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.73% from 329); Green value is 74 (29.30% from 255 or 22.49% from 329); Blue value is 223 (87.5% from 255 or 67.78% from 329); Max value from RGB is 223 - color contains mainly: blue. Hex color #204ADF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #204ADF is #DFB520. Grayscale: #4D4D4D. Windows color (decimal): -14660897 or 14633504. OLE color: 14633504.
HSL color Cylindrical-coordinate representation of color #204ADF: hue angle of 226.81º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #204ADF is Cyan = 0.86, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 32 | 74 | 223 | - |
| CMYK | 0.86 | 0.67 | 0 | 0.13 |
| HSL | 226.81º | 0.75% | 0.5% | - |
| HSV(B) | 226.81º | 0.86% | 0.87% | - |
| XYZ | 16.36 | 10.53 | 70.98 | - |
| YUV | 78.43 | 209.59 | 94.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 74 | 223 | 0.86 | 0.67 | 0 | 0.13 | 226.81 | 0.75 | 0.5 |
| Hex | 20 | 4A | DF | 56 | 43 | 0 | D | E3 | 4B | 32 |
| Octal | 40 | 112 | 337 | 126 | 103 | 0 | 15 | 343 | 113 | 62 |
| Binary | 100000 | 1001010 | 11011111 | 1010110 | 1000011 | 0 | 1101 | 11100011 | 1001011 | 110010 |
Color Harmonies of #204ADF
Complementary color
Monochromatic Colors of #204ADF
Black with #204ADF
Text Example
Text Example
White with #204ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204ADF; }
p { color: rgb(32,74,223); }
H1.HeaderClassName
{
color: #204ADF;
}
.AnyTagClassName
{
color: #204ADF;
}
</style>
background-color css
<style>
a { background-color: #204ADF; }
a { background-color: rgb(32,74,223); }
div.DivClassName
{
background-color: #204ADF;
}
.BgClassName
{
background-color: #204ADF;
}
</style>
border-color css
<style>
span { border-color: #204ADF; }
span { border-color: rgb(32,74,223); }
td.TdClassName
{
border-color: #204ADF;
}
.TagClassName
{
border-color: #204ADF;
}
</style>