Shades of Cerulean Blue #2351DF
Tints of Cerulean Blue #2351DF
RGB
CMYK
RGB Variations
Color information
#2351DF (or 0x2351DF) is known color: Cerulean Blue. HEX triplet: 23, 51 and DF. RGB value is (35,81,223). Sum of RGB (Red+Green+Blue) = 35+81+223=339 (44% of max value = 765). Red value is 35 (14.06% from 255 or 10.32% from 339); Green value is 81 (32.03% from 255 or 23.89% from 339); Blue value is 223 (87.5% from 255 or 65.78% from 339); Max value from RGB is 223 - color contains mainly: blue. Hex color #2351DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2351DF is #DCAE20. Grayscale: #525252. Windows color (decimal): -14462497 or 14635299. OLE color: 14635299.
HSL color Cylindrical-coordinate representation of color #2351DF: hue angle of 225.32º 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 #2351DF is Cyan = 0.84, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 35 | 81 | 223 | - |
| CMYK | 0.84 | 0.64 | 0 | 0.13 |
| HSL | 225.32º | 0.75% | 0.51% | - |
| HSV(B) | 225.32º | 0.84% | 0.87% | - |
| XYZ | 16.95 | 11.57 | 71.15 | - |
| YUV | 83.43 | 206.76 | 93.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 81 | 223 | 0.84 | 0.64 | 0 | 0.13 | 225.32 | 0.75 | 0.51 |
| Hex | 23 | 51 | DF | 54 | 40 | 0 | D | E1 | 4B | 33 |
| Octal | 43 | 121 | 337 | 124 | 100 | 0 | 15 | 341 | 113 | 63 |
| Binary | 100011 | 1010001 | 11011111 | 1010100 | 1000000 | 0 | 1101 | 11100001 | 1001011 | 110011 |
Color Harmonies of #2351DF
Complementary color
Monochromatic Colors of #2351DF
Black with #2351DF
Text Example
Text Example
White with #2351DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2351DF; }
p { color: rgb(35,81,223); }
H1.HeaderClassName
{
color: #2351DF;
}
.AnyTagClassName
{
color: #2351DF;
}
</style>
background-color css
<style>
a { background-color: #2351DF; }
a { background-color: rgb(35,81,223); }
div.DivClassName
{
background-color: #2351DF;
}
.BgClassName
{
background-color: #2351DF;
}
</style>
border-color css
<style>
span { border-color: #2351DF; }
span { border-color: rgb(35,81,223); }
td.TdClassName
{
border-color: #2351DF;
}
.TagClassName
{
border-color: #2351DF;
}
</style>