Shades of Cerulean Blue #2D62BF
Tints of Cerulean Blue #2D62BF
RGB
CMYK
RGB Variations
Color information
#2D62BF (or 0x2D62BF) is known color: Cerulean Blue. HEX triplet: 2D, 62 and BF. RGB value is (45,98,191). Sum of RGB (Red+Green+Blue) = 45+98+191=334 (44% of max value = 765). Red value is 45 (17.97% from 255 or 13.47% from 334); Green value is 98 (38.67% from 255 or 29.34% from 334); Blue value is 191 (75% from 255 or 57.19% from 334); Max value from RGB is 191 - color contains mainly: blue. Hex color #2D62BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D62BF is #D29D40. Grayscale: #5C5C5C. Windows color (decimal): -13802817 or 12542509. OLE color: 12542509.
HSL color Cylindrical-coordinate representation of color #2D62BF: hue angle of 218.22º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2D62BF is Cyan = 0.76, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 98 | 191 | - |
| CMYK | 0.76 | 0.49 | 0 | 0.25 |
| HSL | 218.22º | 0.62% | 0.46% | - |
| HSV(B) | 218.22º | 0.76% | 0.75% | - |
| XYZ | 14.85 | 13.05 | 51.03 | - |
| YUV | 92.76 | 183.44 | 93.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 98 | 191 | 0.76 | 0.49 | 0 | 0.25 | 218.22 | 0.62 | 0.46 |
| Hex | 2D | 62 | BF | 4C | 31 | 0 | 19 | DA | 3E | 2E |
| Octal | 55 | 142 | 277 | 114 | 61 | 0 | 31 | 332 | 76 | 56 |
| Binary | 101101 | 1100010 | 10111111 | 1001100 | 110001 | 0 | 11001 | 11011010 | 111110 | 101110 |
Color Harmonies of #2D62BF
Complementary color
Monochromatic Colors of #2D62BF
Black with #2D62BF
Text Example
Text Example
White with #2D62BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D62BF; }
p { color: rgb(45,98,191); }
H1.HeaderClassName
{
color: #2D62BF;
}
.AnyTagClassName
{
color: #2D62BF;
}
</style>
background-color css
<style>
a { background-color: #2D62BF; }
a { background-color: rgb(45,98,191); }
div.DivClassName
{
background-color: #2D62BF;
}
.BgClassName
{
background-color: #2D62BF;
}
</style>
border-color css
<style>
span { border-color: #2D62BF; }
span { border-color: rgb(45,98,191); }
td.TdClassName
{
border-color: #2D62BF;
}
.TagClassName
{
border-color: #2D62BF;
}
</style>