Shades of Cerulean Blue #1F52CF
Tints of Cerulean Blue #1F52CF
RGB
CMYK
RGB Variations
Color information
#1F52CF (or 0x1F52CF) is known color: Cerulean Blue. HEX triplet: 1F, 52 and CF. RGB value is (31,82,207). Sum of RGB (Red+Green+Blue) = 31+82+207=320 (42% of max value = 765). Red value is 31 (12.5% from 255 or 9.69% from 320); Green value is 82 (32.42% from 255 or 25.62% from 320); Blue value is 207 (81.25% from 255 or 64.69% from 320); Max value from RGB is 207 - color contains mainly: blue. Hex color #1F52CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F52CF is #E0AD30. Grayscale: #505050. Windows color (decimal): -14724401 or 13586975. OLE color: 13586975.
HSL color Cylindrical-coordinate representation of color #1F52CF: hue angle of 222.61º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F52CF is Cyan = 0.85, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 31 | 82 | 207 | - |
| CMYK | 0.85 | 0.60 | 0 | 0.19 |
| HSL | 222.61º | 0.74% | 0.47% | - |
| HSV(B) | 222.61º | 0.85% | 0.81% | - |
| XYZ | 14.84 | 10.83 | 60.34 | - |
| YUV | 81 | 199.1 | 92.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 82 | 207 | 0.85 | 0.60 | 0 | 0.19 | 222.61 | 0.74 | 0.47 |
| Hex | 1F | 52 | CF | 55 | 3C | 0 | 13 | DF | 4A | 2F |
| Octal | 37 | 122 | 317 | 125 | 74 | 0 | 23 | 337 | 112 | 57 |
| Binary | 11111 | 1010010 | 11001111 | 1010101 | 111100 | 0 | 10011 | 11011111 | 1001010 | 101111 |
Color Harmonies of #1F52CF
Complementary color
Monochromatic Colors of #1F52CF
Black with #1F52CF
Text Example
Text Example
White with #1F52CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F52CF; }
p { color: rgb(31,82,207); }
H1.HeaderClassName
{
color: #1F52CF;
}
.AnyTagClassName
{
color: #1F52CF;
}
</style>
background-color css
<style>
a { background-color: #1F52CF; }
a { background-color: rgb(31,82,207); }
div.DivClassName
{
background-color: #1F52CF;
}
.BgClassName
{
background-color: #1F52CF;
}
</style>
border-color css
<style>
span { border-color: #1F52CF; }
span { border-color: rgb(31,82,207); }
td.TdClassName
{
border-color: #1F52CF;
}
.TagClassName
{
border-color: #1F52CF;
}
</style>