Shades of Cerulean Blue #2843CF
Tints of Cerulean Blue #2843CF
RGB
CMYK
RGB Variations
Color information
#2843CF (or 0x2843CF) is known color: Cerulean Blue. HEX triplet: 28, 43 and CF. RGB value is (40,67,207). Sum of RGB (Red+Green+Blue) = 40+67+207=314 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.74% from 314); Green value is 67 (26.56% from 255 or 21.34% from 314); Blue value is 207 (81.25% from 255 or 65.92% from 314); Max value from RGB is 207 - color contains mainly: blue. Hex color #2843CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2843CF is #D7BC30. Grayscale: #4A4A4A. Windows color (decimal): -14138417 or 13583144. OLE color: 13583144.
HSL color Cylindrical-coordinate representation of color #2843CF: hue angle of 230.3º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2843CF is Cyan = 0.81, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 40 | 67 | 207 | - |
| CMYK | 0.81 | 0.68 | 0 | 0.19 |
| HSL | 230.3º | 0.68% | 0.48% | - |
| HSV(B) | 230.3º | 0.81% | 0.81% | - |
| XYZ | 14.14 | 8.97 | 60.02 | - |
| YUV | 74.89 | 202.55 | 103.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 67 | 207 | 0.81 | 0.68 | 0 | 0.19 | 230.3 | 0.68 | 0.48 |
| Hex | 28 | 43 | CF | 51 | 44 | 0 | 13 | E6 | 44 | 30 |
| Octal | 50 | 103 | 317 | 121 | 104 | 0 | 23 | 346 | 104 | 60 |
| Binary | 101000 | 1000011 | 11001111 | 1010001 | 1000100 | 0 | 10011 | 11100110 | 1000100 | 110000 |
Color Harmonies of #2843CF
Complementary color
Monochromatic Colors of #2843CF
Black with #2843CF
Text Example
Text Example
White with #2843CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2843CF; }
p { color: rgb(40,67,207); }
H1.HeaderClassName
{
color: #2843CF;
}
.AnyTagClassName
{
color: #2843CF;
}
</style>
background-color css
<style>
a { background-color: #2843CF; }
a { background-color: rgb(40,67,207); }
div.DivClassName
{
background-color: #2843CF;
}
.BgClassName
{
background-color: #2843CF;
}
</style>
border-color css
<style>
span { border-color: #2843CF; }
span { border-color: rgb(40,67,207); }
td.TdClassName
{
border-color: #2843CF;
}
.TagClassName
{
border-color: #2843CF;
}
</style>