Shades of Cerulean Blue #2D50CF
Tints of Cerulean Blue #2D50CF
RGB
CMYK
RGB Variations
Color information
#2D50CF (or 0x2D50CF) is known color: Cerulean Blue. HEX triplet: 2D, 50 and CF. RGB value is (45,80,207). Sum of RGB (Red+Green+Blue) = 45+80+207=332 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.55% from 332); Green value is 80 (31.64% from 255 or 24.10% from 332); Blue value is 207 (81.25% from 255 or 62.35% from 332); Max value from RGB is 207 - color contains mainly: blue. Hex color #2D50CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D50CF is #D2AF30. Grayscale: #535353. Windows color (decimal): -13807409 or 13586477. OLE color: 13586477.
HSL color Cylindrical-coordinate representation of color #2D50CF: hue angle of 227.04º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2D50CF is Cyan = 0.78, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 45 | 80 | 207 | - |
| CMYK | 0.78 | 0.61 | 0 | 0.19 |
| HSL | 227.04º | 0.64% | 0.49% | - |
| HSV(B) | 227.04º | 0.78% | 0.81% | - |
| XYZ | 15.21 | 10.8 | 60.31 | - |
| YUV | 84.01 | 197.4 | 100.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 80 | 207 | 0.78 | 0.61 | 0 | 0.19 | 227.04 | 0.64 | 0.49 |
| Hex | 2D | 50 | CF | 4E | 3D | 0 | 13 | E3 | 40 | 31 |
| Octal | 55 | 120 | 317 | 116 | 75 | 0 | 23 | 343 | 100 | 61 |
| Binary | 101101 | 1010000 | 11001111 | 1001110 | 111101 | 0 | 10011 | 11100011 | 1000000 | 110001 |
Color Harmonies of #2D50CF
Complementary color
Monochromatic Colors of #2D50CF
Black with #2D50CF
Text Example
Text Example
White with #2D50CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D50CF; }
p { color: rgb(45,80,207); }
H1.HeaderClassName
{
color: #2D50CF;
}
.AnyTagClassName
{
color: #2D50CF;
}
</style>
background-color css
<style>
a { background-color: #2D50CF; }
a { background-color: rgb(45,80,207); }
div.DivClassName
{
background-color: #2D50CF;
}
.BgClassName
{
background-color: #2D50CF;
}
</style>
border-color css
<style>
span { border-color: #2D50CF; }
span { border-color: rgb(45,80,207); }
td.TdClassName
{
border-color: #2D50CF;
}
.TagClassName
{
border-color: #2D50CF;
}
</style>