Shades of Cerulean Blue #2354DB
Tints of Cerulean Blue #2354DB
RGB
CMYK
RGB Variations
Color information
#2354DB (or 0x2354DB) is known color: Cerulean Blue. HEX triplet: 23, 54 and DB. RGB value is (35,84,219). Sum of RGB (Red+Green+Blue) = 35+84+219=338 (44% of max value = 765). Red value is 35 (14.06% from 255 or 10.36% from 338); Green value is 84 (33.20% from 255 or 24.85% from 338); Blue value is 219 (85.94% from 255 or 64.79% from 338); Max value from RGB is 219 - color contains mainly: blue. Hex color #2354DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2354DB is #DCAB24. Grayscale: #545454. Windows color (decimal): -14461733 or 14373923. OLE color: 14373923.
HSL color Cylindrical-coordinate representation of color #2354DB: hue angle of 224.02º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2354DB is Cyan = 0.84, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 35 | 84 | 219 | - |
| CMYK | 0.84 | 0.62 | 0 | 0.14 |
| HSL | 224.02º | 0.72% | 0.5% | - |
| HSV(B) | 224.02º | 0.84% | 0.86% | - |
| XYZ | 16.65 | 11.81 | 68.42 | - |
| YUV | 84.74 | 203.77 | 92.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 84 | 219 | 0.84 | 0.62 | 0 | 0.14 | 224.02 | 0.72 | 0.5 |
| Hex | 23 | 54 | DB | 54 | 3E | 0 | E | E0 | 48 | 32 |
| Octal | 43 | 124 | 333 | 124 | 76 | 0 | 16 | 340 | 110 | 62 |
| Binary | 100011 | 1010100 | 11011011 | 1010100 | 111110 | 0 | 1110 | 11100000 | 1001000 | 110010 |
Color Harmonies of #2354DB
Complementary color
Monochromatic Colors of #2354DB
Black with #2354DB
Text Example
Text Example
White with #2354DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2354DB; }
p { color: rgb(35,84,219); }
H1.HeaderClassName
{
color: #2354DB;
}
.AnyTagClassName
{
color: #2354DB;
}
</style>
background-color css
<style>
a { background-color: #2354DB; }
a { background-color: rgb(35,84,219); }
div.DivClassName
{
background-color: #2354DB;
}
.BgClassName
{
background-color: #2354DB;
}
</style>
border-color css
<style>
span { border-color: #2354DB; }
span { border-color: rgb(35,84,219); }
td.TdClassName
{
border-color: #2354DB;
}
.TagClassName
{
border-color: #2354DB;
}
</style>