Shades of Cerulean Blue #2345CF
Tints of Cerulean Blue #2345CF
RGB
CMYK
RGB Variations
Color information
#2345CF (or 0x2345CF) is known color: Cerulean Blue. HEX triplet: 23, 45 and CF. RGB value is (35,69,207). Sum of RGB (Red+Green+Blue) = 35+69+207=311 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.25% from 311); Green value is 69 (27.34% from 255 or 22.19% from 311); Blue value is 207 (81.25% from 255 or 66.56% from 311); Max value from RGB is 207 - color contains mainly: blue. Hex color #2345CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2345CF is #DCBA30. Grayscale: #494949. Windows color (decimal): -14465585 or 13583651. OLE color: 13583651.
HSL color Cylindrical-coordinate representation of color #2345CF: hue angle of 228.14º 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 #2345CF is Cyan = 0.83, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 35 | 69 | 207 | - |
| CMYK | 0.83 | 0.67 | 0 | 0.19 |
| HSL | 228.14º | 0.71% | 0.47% | - |
| HSV(B) | 228.14º | 0.83% | 0.81% | - |
| XYZ | 14.08 | 9.12 | 60.05 | - |
| YUV | 74.57 | 202.74 | 99.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 69 | 207 | 0.83 | 0.67 | 0 | 0.19 | 228.14 | 0.71 | 0.47 |
| Hex | 23 | 45 | CF | 53 | 43 | 0 | 13 | E4 | 47 | 2F |
| Octal | 43 | 105 | 317 | 123 | 103 | 0 | 23 | 344 | 107 | 57 |
| Binary | 100011 | 1000101 | 11001111 | 1010011 | 1000011 | 0 | 10011 | 11100100 | 1000111 | 101111 |
Color Harmonies of #2345CF
Complementary color
Monochromatic Colors of #2345CF
Black with #2345CF
Text Example
Text Example
White with #2345CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2345CF; }
p { color: rgb(35,69,207); }
H1.HeaderClassName
{
color: #2345CF;
}
.AnyTagClassName
{
color: #2345CF;
}
</style>
background-color css
<style>
a { background-color: #2345CF; }
a { background-color: rgb(35,69,207); }
div.DivClassName
{
background-color: #2345CF;
}
.BgClassName
{
background-color: #2345CF;
}
</style>
border-color css
<style>
span { border-color: #2345CF; }
span { border-color: rgb(35,69,207); }
td.TdClassName
{
border-color: #2345CF;
}
.TagClassName
{
border-color: #2345CF;
}
</style>