Shades of Cerulean Blue #1D50DF
Tints of Cerulean Blue #1D50DF
RGB
CMYK
RGB Variations
Color information
#1D50DF (or 0x1D50DF) is known color: Cerulean Blue. HEX triplet: 1D, 50 and DF. RGB value is (29,80,223). Sum of RGB (Red+Green+Blue) = 29+80+223=332 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.73% from 332); Green value is 80 (31.64% from 255 or 24.10% from 332); Blue value is 223 (87.5% from 255 or 67.17% from 332); Max value from RGB is 223 - color contains mainly: blue. Hex color #1D50DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D50DF is #E2AF20. Grayscale: #505050. Windows color (decimal): -14855969 or 14635037. OLE color: 14635037.
HSL color Cylindrical-coordinate representation of color #1D50DF: hue angle of 224.23º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1D50DF is Cyan = 0.87, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 29 | 80 | 223 | - |
| CMYK | 0.87 | 0.64 | 0 | 0.13 |
| HSL | 224.23º | 0.77% | 0.49% | - |
| HSV(B) | 224.23º | 0.87% | 0.87% | - |
| XYZ | 16.69 | 11.33 | 71.12 | - |
| YUV | 81.05 | 208.1 | 90.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 80 | 223 | 0.87 | 0.64 | 0 | 0.13 | 224.23 | 0.77 | 0.49 |
| Hex | 1D | 50 | DF | 57 | 40 | 0 | D | E0 | 4D | 31 |
| Octal | 35 | 120 | 337 | 127 | 100 | 0 | 15 | 340 | 115 | 61 |
| Binary | 11101 | 1010000 | 11011111 | 1010111 | 1000000 | 0 | 1101 | 11100000 | 1001101 | 110001 |
Color Harmonies of #1D50DF
Complementary color
Monochromatic Colors of #1D50DF
Black with #1D50DF
Text Example
Text Example
White with #1D50DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D50DF; }
p { color: rgb(29,80,223); }
H1.HeaderClassName
{
color: #1D50DF;
}
.AnyTagClassName
{
color: #1D50DF;
}
</style>
background-color css
<style>
a { background-color: #1D50DF; }
a { background-color: rgb(29,80,223); }
div.DivClassName
{
background-color: #1D50DF;
}
.BgClassName
{
background-color: #1D50DF;
}
</style>
border-color css
<style>
span { border-color: #1D50DF; }
span { border-color: rgb(29,80,223); }
td.TdClassName
{
border-color: #1D50DF;
}
.TagClassName
{
border-color: #1D50DF;
}
</style>