Shades of Cerulean Blue #2349DF
Tints of Cerulean Blue #2349DF
RGB
CMYK
RGB Variations
Color information
#2349DF (or 0x2349DF) is known color: Cerulean Blue. HEX triplet: 23, 49 and DF. RGB value is (35,73,223). Sum of RGB (Red+Green+Blue) = 35+73+223=331 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.57% from 331); Green value is 73 (28.91% from 255 or 22.05% from 331); Blue value is 223 (87.5% from 255 or 67.37% from 331); Max value from RGB is 223 - color contains mainly: blue. Hex color #2349DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2349DF is #DCB620. Grayscale: #4E4E4E. Windows color (decimal): -14464545 or 14633251. OLE color: 14633251.
HSL color Cylindrical-coordinate representation of color #2349DF: hue angle of 227.87º 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 #2349DF is Cyan = 0.84, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 35 | 73 | 223 | - |
| CMYK | 0.84 | 0.67 | 0 | 0.13 |
| HSL | 227.87º | 0.75% | 0.51% | - |
| HSV(B) | 227.87º | 0.84% | 0.87% | - |
| XYZ | 16.39 | 10.45 | 70.97 | - |
| YUV | 78.74 | 209.41 | 96.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 73 | 223 | 0.84 | 0.67 | 0 | 0.13 | 227.87 | 0.75 | 0.51 |
| Hex | 23 | 49 | DF | 54 | 43 | 0 | D | E4 | 4B | 33 |
| Octal | 43 | 111 | 337 | 124 | 103 | 0 | 15 | 344 | 113 | 63 |
| Binary | 100011 | 1001001 | 11011111 | 1010100 | 1000011 | 0 | 1101 | 11100100 | 1001011 | 110011 |
Color Harmonies of #2349DF
Complementary color
Monochromatic Colors of #2349DF
Black with #2349DF
Text Example
Text Example
White with #2349DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2349DF; }
p { color: rgb(35,73,223); }
H1.HeaderClassName
{
color: #2349DF;
}
.AnyTagClassName
{
color: #2349DF;
}
</style>
background-color css
<style>
a { background-color: #2349DF; }
a { background-color: rgb(35,73,223); }
div.DivClassName
{
background-color: #2349DF;
}
.BgClassName
{
background-color: #2349DF;
}
</style>
border-color css
<style>
span { border-color: #2349DF; }
span { border-color: rgb(35,73,223); }
td.TdClassName
{
border-color: #2349DF;
}
.TagClassName
{
border-color: #2349DF;
}
</style>