Shades of Cerulean Blue #2647CF
Tints of Cerulean Blue #2647CF
RGB
CMYK
RGB Variations
Color information
#2647CF (or 0x2647CF) is known color: Cerulean Blue. HEX triplet: 26, 47 and CF. RGB value is (38,71,207). Sum of RGB (Red+Green+Blue) = 38+71+207=316 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.03% from 316); Green value is 71 (28.12% from 255 or 22.47% from 316); Blue value is 207 (81.25% from 255 or 65.51% from 316); Max value from RGB is 207 - color contains mainly: blue. Hex color #2647CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2647CF is #D9B830. Grayscale: #4C4C4C. Windows color (decimal): -14268465 or 13584166. OLE color: 13584166.
HSL color Cylindrical-coordinate representation of color #2647CF: hue angle of 228.28º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2647CF is Cyan = 0.82, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 38 | 71 | 207 | - |
| CMYK | 0.82 | 0.66 | 0 | 0.19 |
| HSL | 228.28º | 0.69% | 0.48% | - |
| HSV(B) | 228.28º | 0.82% | 0.81% | - |
| XYZ | 14.32 | 9.42 | 60.1 | - |
| YUV | 76.64 | 201.57 | 100.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 71 | 207 | 0.82 | 0.66 | 0 | 0.19 | 228.28 | 0.69 | 0.48 |
| Hex | 26 | 47 | CF | 52 | 42 | 0 | 13 | E4 | 45 | 30 |
| Octal | 46 | 107 | 317 | 122 | 102 | 0 | 23 | 344 | 105 | 60 |
| Binary | 100110 | 1000111 | 11001111 | 1010010 | 1000010 | 0 | 10011 | 11100100 | 1000101 | 110000 |
Color Harmonies of #2647CF
Complementary color
Monochromatic Colors of #2647CF
Black with #2647CF
Text Example
Text Example
White with #2647CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2647CF; }
p { color: rgb(38,71,207); }
H1.HeaderClassName
{
color: #2647CF;
}
.AnyTagClassName
{
color: #2647CF;
}
</style>
background-color css
<style>
a { background-color: #2647CF; }
a { background-color: rgb(38,71,207); }
div.DivClassName
{
background-color: #2647CF;
}
.BgClassName
{
background-color: #2647CF;
}
</style>
border-color css
<style>
span { border-color: #2647CF; }
span { border-color: rgb(38,71,207); }
td.TdClassName
{
border-color: #2647CF;
}
.TagClassName
{
border-color: #2647CF;
}
</style>