Shades of Cerulean Blue #1F52CB
Tints of Cerulean Blue #1F52CB
RGB
CMYK
RGB Variations
Color information
#1F52CB (or 0x1F52CB) is known color: Cerulean Blue. HEX triplet: 1F, 52 and CB. RGB value is (31,82,203). Sum of RGB (Red+Green+Blue) = 31+82+203=316 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.81% from 316); Green value is 82 (32.42% from 255 or 25.95% from 316); Blue value is 203 (79.69% from 255 or 64.24% from 316); Max value from RGB is 203 - color contains mainly: blue. Hex color #1F52CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F52CB is #E0AD34. Grayscale: #505050. Windows color (decimal): -14724405 or 13324831. OLE color: 13324831.
HSL color Cylindrical-coordinate representation of color #1F52CB: hue angle of 222.21º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F52CB is Cyan = 0.85, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 31 | 82 | 203 | - |
| CMYK | 0.85 | 0.60 | 0 | 0.20 |
| HSL | 222.21º | 0.74% | 0.46% | - |
| HSV(B) | 222.21º | 0.85% | 0.8% | - |
| XYZ | 14.36 | 10.64 | 57.8 | - |
| YUV | 80.55 | 197.1 | 92.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 82 | 203 | 0.85 | 0.60 | 0 | 0.20 | 222.21 | 0.74 | 0.46 |
| Hex | 1F | 52 | CB | 55 | 3C | 0 | 14 | DE | 4A | 2E |
| Octal | 37 | 122 | 313 | 125 | 74 | 0 | 24 | 336 | 112 | 56 |
| Binary | 11111 | 1010010 | 11001011 | 1010101 | 111100 | 0 | 10100 | 11011110 | 1001010 | 101110 |
Color Harmonies of #1F52CB
Complementary color
Monochromatic Colors of #1F52CB
Black with #1F52CB
Text Example
Text Example
White with #1F52CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F52CB; }
p { color: rgb(31,82,203); }
H1.HeaderClassName
{
color: #1F52CB;
}
.AnyTagClassName
{
color: #1F52CB;
}
</style>
background-color css
<style>
a { background-color: #1F52CB; }
a { background-color: rgb(31,82,203); }
div.DivClassName
{
background-color: #1F52CB;
}
.BgClassName
{
background-color: #1F52CB;
}
</style>
border-color css
<style>
span { border-color: #1F52CB; }
span { border-color: rgb(31,82,203); }
td.TdClassName
{
border-color: #1F52CB;
}
.TagClassName
{
border-color: #1F52CB;
}
</style>