Shades of Curious Blue #1F88CF
Tints of Curious Blue #1F88CF
RGB
CMYK
RGB Variations
Color information
#1F88CF (or 0x1F88CF) is known color: Curious Blue. HEX triplet: 1F, 88 and CF. RGB value is (31,136,207). Sum of RGB (Red+Green+Blue) = 31+136+207=374 (49% of max value = 765). Red value is 31 (12.5% from 255 or 8.29% from 374); Green value is 136 (53.52% from 255 or 36.36% from 374); Blue value is 207 (81.25% from 255 or 55.35% from 374); Max value from RGB is 207 - color contains mainly: blue. Hex color #1F88CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1F88CF is #E07730. Grayscale: #707070. Windows color (decimal): -14710577 or 13600799. OLE color: 13600799.
HSL color Cylindrical-coordinate representation of color #1F88CF: hue angle of 204.2º 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 #1F88CF is Cyan = 0.85, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 31 | 136 | 207 | - |
| CMYK | 0.85 | 0.34 | 0 | 0.19 |
| HSL | 204.2º | 0.74% | 0.47% | - |
| HSV(B) | 204.2º | 0.85% | 0.81% | - |
| XYZ | 20.63 | 22.4 | 62.27 | - |
| YUV | 112.7 | 181.21 | 69.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 136 | 207 | 0.85 | 0.34 | 0 | 0.19 | 204.2 | 0.74 | 0.47 |
| Hex | 1F | 88 | CF | 55 | 22 | 0 | 13 | CC | 4A | 2F |
| Octal | 37 | 210 | 317 | 125 | 42 | 0 | 23 | 314 | 112 | 57 |
| Binary | 11111 | 10001000 | 11001111 | 1010101 | 100010 | 0 | 10011 | 11001100 | 1001010 | 101111 |
Color Harmonies of #1F88CF
Complementary color
Monochromatic Colors of #1F88CF
Black with #1F88CF
Text Example
Text Example
White with #1F88CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F88CF; }
p { color: rgb(31,136,207); }
H1.HeaderClassName
{
color: #1F88CF;
}
.AnyTagClassName
{
color: #1F88CF;
}
</style>
background-color css
<style>
a { background-color: #1F88CF; }
a { background-color: rgb(31,136,207); }
div.DivClassName
{
background-color: #1F88CF;
}
.BgClassName
{
background-color: #1F88CF;
}
</style>
border-color css
<style>
span { border-color: #1F88CF; }
span { border-color: rgb(31,136,207); }
td.TdClassName
{
border-color: #1F88CF;
}
.TagClassName
{
border-color: #1F88CF;
}
</style>