Shades of Cerulean Blue #2F62CB
Tints of Cerulean Blue #2F62CB
RGB
CMYK
RGB Variations
Color information
#2F62CB (or 0x2F62CB) is known color: Cerulean Blue. HEX triplet: 2F, 62 and CB. RGB value is (47,98,203). Sum of RGB (Red+Green+Blue) = 47+98+203=348 (46% of max value = 765). Red value is 47 (18.75% from 255 or 13.51% from 348); Green value is 98 (38.67% from 255 or 28.16% from 348); Blue value is 203 (79.69% from 255 or 58.33% from 348); Max value from RGB is 203 - color contains mainly: blue. Hex color #2F62CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F62CB is #D09D34. Grayscale: #5E5E5E. Windows color (decimal): -13671733 or 13328943. OLE color: 13328943.
HSL color Cylindrical-coordinate representation of color #2F62CB: hue angle of 220.38º 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 #2F62CB is Cyan = 0.77, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 47 | 98 | 203 | - |
| CMYK | 0.77 | 0.52 | 0 | 0.20 |
| HSL | 220.38º | 0.62% | 0.49% | - |
| HSV(B) | 220.38º | 0.77% | 0.8% | - |
| XYZ | 16.32 | 13.65 | 58.27 | - |
| YUV | 94.72 | 189.1 | 93.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 98 | 203 | 0.77 | 0.52 | 0 | 0.20 | 220.38 | 0.62 | 0.49 |
| Hex | 2F | 62 | CB | 4D | 34 | 0 | 14 | DC | 3E | 31 |
| Octal | 57 | 142 | 313 | 115 | 64 | 0 | 24 | 334 | 76 | 61 |
| Binary | 101111 | 1100010 | 11001011 | 1001101 | 110100 | 0 | 10100 | 11011100 | 111110 | 110001 |
Color Harmonies of #2F62CB
Complementary color
Monochromatic Colors of #2F62CB
Black with #2F62CB
Text Example
Text Example
White with #2F62CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F62CB; }
p { color: rgb(47,98,203); }
H1.HeaderClassName
{
color: #2F62CB;
}
.AnyTagClassName
{
color: #2F62CB;
}
</style>
background-color css
<style>
a { background-color: #2F62CB; }
a { background-color: rgb(47,98,203); }
div.DivClassName
{
background-color: #2F62CB;
}
.BgClassName
{
background-color: #2F62CB;
}
</style>
border-color css
<style>
span { border-color: #2F62CB; }
span { border-color: rgb(47,98,203); }
td.TdClassName
{
border-color: #2F62CB;
}
.TagClassName
{
border-color: #2F62CB;
}
</style>