Shades of Curious Blue #1F80CC
Tints of Curious Blue #1F80CC
RGB
CMYK
RGB Variations
Color information
#1F80CC (or 0x1F80CC) is known color: Curious Blue. HEX triplet: 1F, 80 and CC. RGB value is (31,128,204). Sum of RGB (Red+Green+Blue) = 31+128+204=363 (48% of max value = 765). Red value is 31 (12.5% from 255 or 8.54% from 363); Green value is 128 (50.39% from 255 or 35.26% from 363); Blue value is 204 (80.08% from 255 or 56.20% from 363); Max value from RGB is 204 - color contains mainly: blue. Hex color #1F80CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1F80CC is #E07F33. Grayscale: #6B6B6B. Windows color (decimal): -14712628 or 13402143. OLE color: 13402143.
HSL color Cylindrical-coordinate representation of color #1F80CC: hue angle of 206.36º 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 #1F80CC is Cyan = 0.85, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 31 | 128 | 204 | - |
| CMYK | 0.85 | 0.37 | 0 | 0.2 |
| HSL | 206.36º | 0.74% | 0.46% | - |
| HSV(B) | 206.36º | 0.85% | 0.8% | - |
| XYZ | 19.18 | 20.09 | 59.99 | - |
| YUV | 107.66 | 182.36 | 73.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 128 | 204 | 0.85 | 0.37 | 0 | 0.2 | 206.36 | 0.74 | 0.46 |
| Hex | 1F | 80 | CC | 55 | 25 | 0 | 14 | CE | 4A | 2E |
| Octal | 37 | 200 | 314 | 125 | 45 | 0 | 24 | 316 | 112 | 56 |
| Binary | 11111 | 10000000 | 11001100 | 1010101 | 100101 | 0 | 10100 | 11001110 | 1001010 | 101110 |
Color Harmonies of #1F80CC
Complementary color
Monochromatic Colors of #1F80CC
Black with #1F80CC
Text Example
Text Example
White with #1F80CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F80CC; }
p { color: rgb(31,128,204); }
H1.HeaderClassName
{
color: #1F80CC;
}
.AnyTagClassName
{
color: #1F80CC;
}
</style>
background-color css
<style>
a { background-color: #1F80CC; }
a { background-color: rgb(31,128,204); }
div.DivClassName
{
background-color: #1F80CC;
}
.BgClassName
{
background-color: #1F80CC;
}
</style>
border-color css
<style>
span { border-color: #1F80CC; }
span { border-color: rgb(31,128,204); }
td.TdClassName
{
border-color: #1F80CC;
}
.TagClassName
{
border-color: #1F80CC;
}
</style>