Shades of Cerulean Blue #2350CF
Tints of Cerulean Blue #2350CF
RGB
CMYK
RGB Variations
Color information
#2350CF (or 0x2350CF) is known color: Cerulean Blue. HEX triplet: 23, 50 and CF. RGB value is (35,80,207). Sum of RGB (Red+Green+Blue) = 35+80+207=322 (42% of max value = 765). Red value is 35 (14.06% from 255 or 10.87% from 322); Green value is 80 (31.64% from 255 or 24.84% from 322); Blue value is 207 (81.25% from 255 or 64.29% from 322); Max value from RGB is 207 - color contains mainly: blue. Hex color #2350CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2350CF is #DCAF30. Grayscale: #505050. Windows color (decimal): -14462769 or 13586467. OLE color: 13586467.
HSL color Cylindrical-coordinate representation of color #2350CF: hue angle of 224.3º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2350CF is Cyan = 0.83, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 35 | 80 | 207 | - |
| CMYK | 0.83 | 0.61 | 0 | 0.19 |
| HSL | 224.3º | 0.71% | 0.47% | - |
| HSV(B) | 224.3º | 0.83% | 0.81% | - |
| XYZ | 14.82 | 10.6 | 60.3 | - |
| YUV | 81.02 | 199.09 | 95.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 80 | 207 | 0.83 | 0.61 | 0 | 0.19 | 224.3 | 0.71 | 0.47 |
| Hex | 23 | 50 | CF | 53 | 3D | 0 | 13 | E0 | 47 | 2F |
| Octal | 43 | 120 | 317 | 123 | 75 | 0 | 23 | 340 | 107 | 57 |
| Binary | 100011 | 1010000 | 11001111 | 1010011 | 111101 | 0 | 10011 | 11100000 | 1000111 | 101111 |
Color Harmonies of #2350CF
Complementary color
Monochromatic Colors of #2350CF
Black with #2350CF
Text Example
Text Example
White with #2350CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2350CF; }
p { color: rgb(35,80,207); }
H1.HeaderClassName
{
color: #2350CF;
}
.AnyTagClassName
{
color: #2350CF;
}
</style>
background-color css
<style>
a { background-color: #2350CF; }
a { background-color: rgb(35,80,207); }
div.DivClassName
{
background-color: #2350CF;
}
.BgClassName
{
background-color: #2350CF;
}
</style>
border-color css
<style>
span { border-color: #2350CF; }
span { border-color: rgb(35,80,207); }
td.TdClassName
{
border-color: #2350CF;
}
.TagClassName
{
border-color: #2350CF;
}
</style>