Shades of Cerulean Blue #1D50CF
Tints of Cerulean Blue #1D50CF
RGB
CMYK
RGB Variations
Color information
#1D50CF (or 0x1D50CF) is known color: Cerulean Blue. HEX triplet: 1D, 50 and CF. RGB value is (29,80,207). Sum of RGB (Red+Green+Blue) = 29+80+207=316 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.18% from 316); Green value is 80 (31.64% from 255 or 25.32% from 316); Blue value is 207 (81.25% from 255 or 65.51% from 316); Max value from RGB is 207 - color contains mainly: blue. Hex color #1D50CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D50CF is #E2AF30. Grayscale: #4E4E4E. Windows color (decimal): -14855985 or 13586461. OLE color: 13586461.
HSL color Cylindrical-coordinate representation of color #1D50CF: hue angle of 222.81º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1D50CF is Cyan = 0.86, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 29 | 80 | 207 | - |
| CMYK | 0.86 | 0.61 | 0 | 0.19 |
| HSL | 222.81º | 0.75% | 0.46% | - |
| HSV(B) | 222.81º | 0.86% | 0.81% | - |
| XYZ | 14.64 | 10.5 | 60.29 | - |
| YUV | 79.23 | 200.1 | 92.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 80 | 207 | 0.86 | 0.61 | 0 | 0.19 | 222.81 | 0.75 | 0.46 |
| Hex | 1D | 50 | CF | 56 | 3D | 0 | 13 | DF | 4B | 2E |
| Octal | 35 | 120 | 317 | 126 | 75 | 0 | 23 | 337 | 113 | 56 |
| Binary | 11101 | 1010000 | 11001111 | 1010110 | 111101 | 0 | 10011 | 11011111 | 1001011 | 101110 |
Color Harmonies of #1D50CF
Complementary color
Monochromatic Colors of #1D50CF
Black with #1D50CF
Text Example
Text Example
White with #1D50CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D50CF; }
p { color: rgb(29,80,207); }
H1.HeaderClassName
{
color: #1D50CF;
}
.AnyTagClassName
{
color: #1D50CF;
}
</style>
background-color css
<style>
a { background-color: #1D50CF; }
a { background-color: rgb(29,80,207); }
div.DivClassName
{
background-color: #1D50CF;
}
.BgClassName
{
background-color: #1D50CF;
}
</style>
border-color css
<style>
span { border-color: #1D50CF; }
span { border-color: rgb(29,80,207); }
td.TdClassName
{
border-color: #1D50CF;
}
.TagClassName
{
border-color: #1D50CF;
}
</style>