Shades of Cerulean Blue #2F65CD
Tints of Cerulean Blue #2F65CD
RGB
CMYK
RGB Variations
Color information
#2F65CD (or 0x2F65CD) is known color: Cerulean Blue. HEX triplet: 2F, 65 and CD. RGB value is (47,101,205). Sum of RGB (Red+Green+Blue) = 47+101+205=353 (46% of max value = 765). Red value is 47 (18.75% from 255 or 13.31% from 353); Green value is 101 (39.84% from 255 or 28.61% from 353); Blue value is 205 (80.47% from 255 or 58.07% from 353); Max value from RGB is 205 - color contains mainly: blue. Hex color #2F65CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F65CD is #D09A32. Grayscale: #606060. Windows color (decimal): -13670963 or 13460783. OLE color: 13460783.
HSL color Cylindrical-coordinate representation of color #2F65CD: hue angle of 219.49º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2F65CD is Cyan = 0.77, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 47 | 101 | 205 | - |
| CMYK | 0.77 | 0.51 | 0 | 0.20 |
| HSL | 219.49º | 0.63% | 0.49% | - |
| HSV(B) | 219.49º | 0.77% | 0.8% | - |
| XYZ | 16.85 | 14.32 | 59.63 | - |
| YUV | 96.71 | 189.11 | 92.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 101 | 205 | 0.77 | 0.51 | 0 | 0.20 | 219.49 | 0.63 | 0.49 |
| Hex | 2F | 65 | CD | 4D | 33 | 0 | 14 | DB | 3F | 31 |
| Octal | 57 | 145 | 315 | 115 | 63 | 0 | 24 | 333 | 77 | 61 |
| Binary | 101111 | 1100101 | 11001101 | 1001101 | 110011 | 0 | 10100 | 11011011 | 111111 | 110001 |
Color Harmonies of #2F65CD
Complementary color
Monochromatic Colors of #2F65CD
Black with #2F65CD
Text Example
Text Example
White with #2F65CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F65CD; }
p { color: rgb(47,101,205); }
H1.HeaderClassName
{
color: #2F65CD;
}
.AnyTagClassName
{
color: #2F65CD;
}
</style>
background-color css
<style>
a { background-color: #2F65CD; }
a { background-color: rgb(47,101,205); }
div.DivClassName
{
background-color: #2F65CD;
}
.BgClassName
{
background-color: #2F65CD;
}
</style>
border-color css
<style>
span { border-color: #2F65CD; }
span { border-color: rgb(47,101,205); }
td.TdClassName
{
border-color: #2F65CD;
}
.TagClassName
{
border-color: #2F65CD;
}
</style>