Shades of Cerulean Blue #2F68BF
Tints of Cerulean Blue #2F68BF
RGB
CMYK
RGB Variations
Color information
#2F68BF (or 0x2F68BF) is known color: Cerulean Blue. HEX triplet: 2F, 68 and BF. RGB value is (47,104,191). Sum of RGB (Red+Green+Blue) = 47+104+191=342 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.74% from 342); Green value is 104 (41.02% from 255 or 30.41% from 342); Blue value is 191 (75% from 255 or 55.85% from 342); Max value from RGB is 191 - color contains mainly: blue. Hex color #2F68BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F68BF is #D09740. Grayscale: #606060. Windows color (decimal): -13670209 or 12544047. OLE color: 12544047.
HSL color Cylindrical-coordinate representation of color #2F68BF: hue angle of 216.25º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2F68BF is Cyan = 0.75, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 47 | 104 | 191 | - |
| CMYK | 0.75 | 0.46 | 0 | 0.25 |
| HSL | 216.25º | 0.61% | 0.47% | - |
| HSV(B) | 216.25º | 0.75% | 0.75% | - |
| XYZ | 15.53 | 14.27 | 51.23 | - |
| YUV | 96.88 | 181.12 | 92.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 104 | 191 | 0.75 | 0.46 | 0 | 0.25 | 216.25 | 0.61 | 0.47 |
| Hex | 2F | 68 | BF | 4B | 2E | 0 | 19 | D8 | 3D | 2F |
| Octal | 57 | 150 | 277 | 113 | 56 | 0 | 31 | 330 | 75 | 57 |
| Binary | 101111 | 1101000 | 10111111 | 1001011 | 101110 | 0 | 11001 | 11011000 | 111101 | 101111 |
Color Harmonies of #2F68BF
Complementary color
Monochromatic Colors of #2F68BF
Black with #2F68BF
Text Example
Text Example
White with #2F68BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F68BF; }
p { color: rgb(47,104,191); }
H1.HeaderClassName
{
color: #2F68BF;
}
.AnyTagClassName
{
color: #2F68BF;
}
</style>
background-color css
<style>
a { background-color: #2F68BF; }
a { background-color: rgb(47,104,191); }
div.DivClassName
{
background-color: #2F68BF;
}
.BgClassName
{
background-color: #2F68BF;
}
</style>
border-color css
<style>
span { border-color: #2F68BF; }
span { border-color: rgb(47,104,191); }
td.TdClassName
{
border-color: #2F68BF;
}
.TagClassName
{
border-color: #2F68BF;
}
</style>