Shades of Curious Blue #1F80CE
Tints of Curious Blue #1F80CE
RGB
CMYK
RGB Variations
Color information
#1F80CE (or 0x1F80CE) is known color: Curious Blue. HEX triplet: 1F, 80 and CE. RGB value is (31,128,206). Sum of RGB (Red+Green+Blue) = 31+128+206=365 (48% of max value = 765). Red value is 31 (12.5% from 255 or 8.49% from 365); Green value is 128 (50.39% from 255 or 35.07% from 365); Blue value is 206 (80.86% from 255 or 56.44% from 365); Max value from RGB is 206 - color contains mainly: blue. Hex color #1F80CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1F80CE is #E07F31. Grayscale: #6B6B6B. Windows color (decimal): -14712626 or 13533215. OLE color: 13533215.
HSL color Cylindrical-coordinate representation of color #1F80CE: hue angle of 206.74º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F80CE is Cyan = 0.85, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 31 | 128 | 206 | - |
| CMYK | 0.85 | 0.38 | 0 | 0.19 |
| HSL | 206.74º | 0.74% | 0.46% | - |
| HSV(B) | 206.74º | 0.85% | 0.81% | - |
| XYZ | 19.42 | 20.19 | 61.26 | - |
| YUV | 107.89 | 183.36 | 73.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 128 | 206 | 0.85 | 0.38 | 0 | 0.19 | 206.74 | 0.74 | 0.46 |
| Hex | 1F | 80 | CE | 55 | 26 | 0 | 13 | CF | 4A | 2E |
| Octal | 37 | 200 | 316 | 125 | 46 | 0 | 23 | 317 | 112 | 56 |
| Binary | 11111 | 10000000 | 11001110 | 1010101 | 100110 | 0 | 10011 | 11001111 | 1001010 | 101110 |
Color Harmonies of #1F80CE
Complementary color
Monochromatic Colors of #1F80CE
Black with #1F80CE
Text Example
Text Example
White with #1F80CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F80CE; }
p { color: rgb(31,128,206); }
H1.HeaderClassName
{
color: #1F80CE;
}
.AnyTagClassName
{
color: #1F80CE;
}
</style>
background-color css
<style>
a { background-color: #1F80CE; }
a { background-color: rgb(31,128,206); }
div.DivClassName
{
background-color: #1F80CE;
}
.BgClassName
{
background-color: #1F80CE;
}
</style>
border-color css
<style>
span { border-color: #1F80CE; }
span { border-color: rgb(31,128,206); }
td.TdClassName
{
border-color: #1F80CE;
}
.TagClassName
{
border-color: #1F80CE;
}
</style>