Shades of Curious Blue #1F7EC3
Tints of Curious Blue #1F7EC3
RGB
CMYK
RGB Variations
Color information
#1F7EC3 (or 0x1F7EC3) is known color: Curious Blue. HEX triplet: 1F, 7E and C3. RGB value is (31,126,195). Sum of RGB (Red+Green+Blue) = 31+126+195=352 (46% of max value = 765). Red value is 31 (12.5% from 255 or 8.81% from 352); Green value is 126 (49.61% from 255 or 35.80% from 352); Blue value is 195 (76.56% from 255 or 55.40% from 352); Max value from RGB is 195 - color contains mainly: blue. Hex color #1F7EC3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F7EC3 is #E0813C. Grayscale: #696969. Windows color (decimal): -14713149 or 12811807. OLE color: 12811807.
HSL color Cylindrical-coordinate representation of color #1F7EC3: hue angle of 205.24º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1F7EC3 is Cyan = 0.84, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 31 | 126 | 195 | - |
| CMYK | 0.84 | 0.35 | 0 | 0.24 |
| HSL | 205.24º | 0.73% | 0.44% | - |
| HSV(B) | 205.24º | 0.84% | 0.76% | - |
| XYZ | 17.88 | 19.15 | 54.38 | - |
| YUV | 105.46 | 178.53 | 74.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 126 | 195 | 0.84 | 0.35 | 0 | 0.24 | 205.24 | 0.73 | 0.44 |
| Hex | 1F | 7E | C3 | 54 | 23 | 0 | 18 | CD | 49 | 2C |
| Octal | 37 | 176 | 303 | 124 | 43 | 0 | 30 | 315 | 111 | 54 |
| Binary | 11111 | 1111110 | 11000011 | 1010100 | 100011 | 0 | 11000 | 11001101 | 1001001 | 101100 |
Color Harmonies of #1F7EC3
Complementary color
Monochromatic Colors of #1F7EC3
Black with #1F7EC3
Text Example
Text Example
White with #1F7EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7EC3; }
p { color: rgb(31,126,195); }
H1.HeaderClassName
{
color: #1F7EC3;
}
.AnyTagClassName
{
color: #1F7EC3;
}
</style>
background-color css
<style>
a { background-color: #1F7EC3; }
a { background-color: rgb(31,126,195); }
div.DivClassName
{
background-color: #1F7EC3;
}
.BgClassName
{
background-color: #1F7EC3;
}
</style>
border-color css
<style>
span { border-color: #1F7EC3; }
span { border-color: rgb(31,126,195); }
td.TdClassName
{
border-color: #1F7EC3;
}
.TagClassName
{
border-color: #1F7EC3;
}
</style>