Shades of Cerulean Blue #2345CB
Tints of Cerulean Blue #2345CB
RGB
CMYK
RGB Variations
Color information
#2345CB (or 0x2345CB) is known color: Cerulean Blue. HEX triplet: 23, 45 and CB. RGB value is (35,69,203). Sum of RGB (Red+Green+Blue) = 35+69+203=307 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.40% from 307); Green value is 69 (27.34% from 255 or 22.48% from 307); Blue value is 203 (79.69% from 255 or 66.12% from 307); Max value from RGB is 203 - color contains mainly: blue. Hex color #2345CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2345CB is #DCBA34. Grayscale: #494949. Windows color (decimal): -14465589 or 13321507. OLE color: 13321507.
HSL color Cylindrical-coordinate representation of color #2345CB: hue angle of 227.86º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2345CB is Cyan = 0.83, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 35 | 69 | 203 | - |
| CMYK | 0.83 | 0.66 | 0 | 0.20 |
| HSL | 227.86º | 0.71% | 0.47% | - |
| HSV(B) | 227.86º | 0.83% | 0.8% | - |
| XYZ | 13.6 | 8.93 | 57.51 | - |
| YUV | 74.11 | 200.74 | 100.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 69 | 203 | 0.83 | 0.66 | 0 | 0.20 | 227.86 | 0.71 | 0.47 |
| Hex | 23 | 45 | CB | 53 | 42 | 0 | 14 | E4 | 47 | 2F |
| Octal | 43 | 105 | 313 | 123 | 102 | 0 | 24 | 344 | 107 | 57 |
| Binary | 100011 | 1000101 | 11001011 | 1010011 | 1000010 | 0 | 10100 | 11100100 | 1000111 | 101111 |
Color Harmonies of #2345CB
Complementary color
Monochromatic Colors of #2345CB
Black with #2345CB
Text Example
Text Example
White with #2345CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2345CB; }
p { color: rgb(35,69,203); }
H1.HeaderClassName
{
color: #2345CB;
}
.AnyTagClassName
{
color: #2345CB;
}
</style>
background-color css
<style>
a { background-color: #2345CB; }
a { background-color: rgb(35,69,203); }
div.DivClassName
{
background-color: #2345CB;
}
.BgClassName
{
background-color: #2345CB;
}
</style>
border-color css
<style>
span { border-color: #2345CB; }
span { border-color: rgb(35,69,203); }
td.TdClassName
{
border-color: #2345CB;
}
.TagClassName
{
border-color: #2345CB;
}
</style>