Shades of Cerulean Blue #2F5CCB
Tints of Cerulean Blue #2F5CCB
RGB
CMYK
RGB Variations
Color information
#2F5CCB (or 0x2F5CCB) is known color: Cerulean Blue. HEX triplet: 2F, 5C and CB. RGB value is (47,92,203). Sum of RGB (Red+Green+Blue) = 47+92+203=342 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.74% from 342); Green value is 92 (36.33% from 255 or 26.90% from 342); Blue value is 203 (79.69% from 255 or 59.36% from 342); Max value from RGB is 203 - color contains mainly: blue. Hex color #2F5CCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F5CCB is #D0A334. Grayscale: #5A5A5A. Windows color (decimal): -13673269 or 13327407. OLE color: 13327407.
HSL color Cylindrical-coordinate representation of color #2F5CCB: hue angle of 222.69º degrees, saturation: 0.62, 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 #2F5CCB is Cyan = 0.77, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 47 | 92 | 203 | - |
| CMYK | 0.77 | 0.55 | 0 | 0.20 |
| HSL | 222.69º | 0.62% | 0.49% | - |
| HSV(B) | 222.69º | 0.77% | 0.8% | - |
| XYZ | 15.78 | 12.57 | 58.09 | - |
| YUV | 91.2 | 191.09 | 96.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 92 | 203 | 0.77 | 0.55 | 0 | 0.20 | 222.69 | 0.62 | 0.49 |
| Hex | 2F | 5C | CB | 4D | 37 | 0 | 14 | DF | 3E | 31 |
| Octal | 57 | 134 | 313 | 115 | 67 | 0 | 24 | 337 | 76 | 61 |
| Binary | 101111 | 1011100 | 11001011 | 1001101 | 110111 | 0 | 10100 | 11011111 | 111110 | 110001 |
Color Harmonies of #2F5CCB
Complementary color
Monochromatic Colors of #2F5CCB
Black with #2F5CCB
Text Example
Text Example
White with #2F5CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F5CCB; }
p { color: rgb(47,92,203); }
H1.HeaderClassName
{
color: #2F5CCB;
}
.AnyTagClassName
{
color: #2F5CCB;
}
</style>
background-color css
<style>
a { background-color: #2F5CCB; }
a { background-color: rgb(47,92,203); }
div.DivClassName
{
background-color: #2F5CCB;
}
.BgClassName
{
background-color: #2F5CCB;
}
</style>
border-color css
<style>
span { border-color: #2F5CCB; }
span { border-color: rgb(47,92,203); }
td.TdClassName
{
border-color: #2F5CCB;
}
.TagClassName
{
border-color: #2F5CCB;
}
</style>