Shades of Curious Blue #1F81CE
Tints of Curious Blue #1F81CE
RGB
CMYK
RGB Variations
Color information
#1F81CE (or 0x1F81CE) is known color: Curious Blue. HEX triplet: 1F, 81 and CE. RGB value is (31,129,206). Sum of RGB (Red+Green+Blue) = 31+129+206=366 (48% of max value = 765). Red value is 31 (12.5% from 255 or 8.47% from 366); Green value is 129 (50.78% from 255 or 35.25% from 366); Blue value is 206 (80.86% from 255 or 56.28% from 366); Max value from RGB is 206 - color contains mainly: blue. Hex color #1F81CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1F81CE is #E07E31. Grayscale: #6C6C6C. Windows color (decimal): -14712370 or 13533471. OLE color: 13533471.
HSL color Cylindrical-coordinate representation of color #1F81CE: hue angle of 206.4º 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 #1F81CE is Cyan = 0.85, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 31 | 129 | 206 | - |
| CMYK | 0.85 | 0.37 | 0 | 0.19 |
| HSL | 206.4º | 0.74% | 0.46% | - |
| HSV(B) | 206.4º | 0.85% | 0.81% | - |
| XYZ | 19.56 | 20.45 | 61.31 | - |
| YUV | 108.48 | 183.03 | 72.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 129 | 206 | 0.85 | 0.37 | 0 | 0.19 | 206.4 | 0.74 | 0.46 |
| Hex | 1F | 81 | CE | 55 | 25 | 0 | 13 | CE | 4A | 2E |
| Octal | 37 | 201 | 316 | 125 | 45 | 0 | 23 | 316 | 112 | 56 |
| Binary | 11111 | 10000001 | 11001110 | 1010101 | 100101 | 0 | 10011 | 11001110 | 1001010 | 101110 |
Color Harmonies of #1F81CE
Complementary color
Monochromatic Colors of #1F81CE
Black with #1F81CE
Text Example
Text Example
White with #1F81CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F81CE; }
p { color: rgb(31,129,206); }
H1.HeaderClassName
{
color: #1F81CE;
}
.AnyTagClassName
{
color: #1F81CE;
}
</style>
background-color css
<style>
a { background-color: #1F81CE; }
a { background-color: rgb(31,129,206); }
div.DivClassName
{
background-color: #1F81CE;
}
.BgClassName
{
background-color: #1F81CE;
}
</style>
border-color css
<style>
span { border-color: #1F81CE; }
span { border-color: rgb(31,129,206); }
td.TdClassName
{
border-color: #1F81CE;
}
.TagClassName
{
border-color: #1F81CE;
}
</style>