Shades of Cerulean Blue #2D42CF
Tints of Cerulean Blue #2D42CF
RGB
CMYK
RGB Variations
Color information
#2D42CF (or 0x2D42CF) is known color: Cerulean Blue. HEX triplet: 2D, 42 and CF. RGB value is (45,66,207). Sum of RGB (Red+Green+Blue) = 45+66+207=318 (42% of max value = 765). Red value is 45 (17.97% from 255 or 14.15% from 318); Green value is 66 (26.17% from 255 or 20.75% from 318); Blue value is 207 (81.25% from 255 or 65.09% from 318); Max value from RGB is 207 - color contains mainly: blue. Hex color #2D42CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D42CF is #D2BD30. Grayscale: #4B4B4B. Windows color (decimal): -13810993 or 13582893. OLE color: 13582893.
HSL color Cylindrical-coordinate representation of color #2D42CF: hue angle of 232.22º 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 #2D42CF is Cyan = 0.78, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 45 | 66 | 207 | - |
| CMYK | 0.78 | 0.68 | 0 | 0.19 |
| HSL | 232.22º | 0.64% | 0.49% | - |
| HSV(B) | 232.22º | 0.78% | 0.81% | - |
| XYZ | 14.29 | 8.96 | 60.01 | - |
| YUV | 75.8 | 202.04 | 106.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 66 | 207 | 0.78 | 0.68 | 0 | 0.19 | 232.22 | 0.64 | 0.49 |
| Hex | 2D | 42 | CF | 4E | 44 | 0 | 13 | E8 | 40 | 31 |
| Octal | 55 | 102 | 317 | 116 | 104 | 0 | 23 | 350 | 100 | 61 |
| Binary | 101101 | 1000010 | 11001111 | 1001110 | 1000100 | 0 | 10011 | 11101000 | 1000000 | 110001 |
Color Harmonies of #2D42CF
Complementary color
Monochromatic Colors of #2D42CF
Black with #2D42CF
Text Example
Text Example
White with #2D42CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D42CF; }
p { color: rgb(45,66,207); }
H1.HeaderClassName
{
color: #2D42CF;
}
.AnyTagClassName
{
color: #2D42CF;
}
</style>
background-color css
<style>
a { background-color: #2D42CF; }
a { background-color: rgb(45,66,207); }
div.DivClassName
{
background-color: #2D42CF;
}
.BgClassName
{
background-color: #2D42CF;
}
</style>
border-color css
<style>
span { border-color: #2D42CF; }
span { border-color: rgb(45,66,207); }
td.TdClassName
{
border-color: #2D42CF;
}
.TagClassName
{
border-color: #2D42CF;
}
</style>