Shades of Cerulean Blue #2354DF
Tints of Cerulean Blue #2354DF
RGB
CMYK
RGB Variations
Color information
#2354DF (or 0x2354DF) is known color: Cerulean Blue. HEX triplet: 23, 54 and DF. RGB value is (35,84,223). Sum of RGB (Red+Green+Blue) = 35+84+223=342 (45% of max value = 765). Red value is 35 (14.06% from 255 or 10.23% from 342); Green value is 84 (33.20% from 255 or 24.56% from 342); Blue value is 223 (87.5% from 255 or 65.20% from 342); Max value from RGB is 223 - color contains mainly: blue. Hex color #2354DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2354DF is #DCAB20. Grayscale: #545454. Windows color (decimal): -14461729 or 14636067. OLE color: 14636067.
HSL color Cylindrical-coordinate representation of color #2354DF: hue angle of 224.36º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2354DF is Cyan = 0.84, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 35 | 84 | 223 | - |
| CMYK | 0.84 | 0.62 | 0 | 0.13 |
| HSL | 224.36º | 0.75% | 0.51% | - |
| HSV(B) | 224.36º | 0.84% | 0.87% | - |
| XYZ | 17.18 | 12.03 | 71.23 | - |
| YUV | 85.2 | 205.77 | 92.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 84 | 223 | 0.84 | 0.62 | 0 | 0.13 | 224.36 | 0.75 | 0.51 |
| Hex | 23 | 54 | DF | 54 | 3E | 0 | D | E0 | 4B | 33 |
| Octal | 43 | 124 | 337 | 124 | 76 | 0 | 15 | 340 | 113 | 63 |
| Binary | 100011 | 1010100 | 11011111 | 1010100 | 111110 | 0 | 1101 | 11100000 | 1001011 | 110011 |
Color Harmonies of #2354DF
Complementary color
Monochromatic Colors of #2354DF
Black with #2354DF
Text Example
Text Example
White with #2354DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2354DF; }
p { color: rgb(35,84,223); }
H1.HeaderClassName
{
color: #2354DF;
}
.AnyTagClassName
{
color: #2354DF;
}
</style>
background-color css
<style>
a { background-color: #2354DF; }
a { background-color: rgb(35,84,223); }
div.DivClassName
{
background-color: #2354DF;
}
.BgClassName
{
background-color: #2354DF;
}
</style>
border-color css
<style>
span { border-color: #2354DF; }
span { border-color: rgb(35,84,223); }
td.TdClassName
{
border-color: #2354DF;
}
.TagClassName
{
border-color: #2354DF;
}
</style>