Shades of Curious Blue #1D7EBE
Tints of Curious Blue #1D7EBE
RGB
CMYK
RGB Variations
Color information
#1D7EBE (or 0x1D7EBE) is known color: Curious Blue. HEX triplet: 1D, 7E and BE. RGB value is (29,126,190). Sum of RGB (Red+Green+Blue) = 29+126+190=345 (45% of max value = 765). Red value is 29 (11.72% from 255 or 8.41% from 345); Green value is 126 (49.61% from 255 or 36.52% from 345); Blue value is 190 (74.61% from 255 or 55.07% from 345); Max value from RGB is 190 - color contains mainly: blue. Hex color #1D7EBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D7EBE is #E28141. Grayscale: #676767. Windows color (decimal): -14844226 or 12484125. OLE color: 12484125.
HSL color Cylindrical-coordinate representation of color #1D7EBE: hue angle of 203.85º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1D7EBE is Cyan = 0.85, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 29 | 126 | 190 | - |
| CMYK | 0.85 | 0.34 | 0 | 0.25 |
| HSL | 203.85º | 0.74% | 0.43% | - |
| HSV(B) | 203.85º | 0.85% | 0.75% | - |
| XYZ | 17.26 | 18.9 | 51.45 | - |
| YUV | 104.29 | 176.36 | 74.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 126 | 190 | 0.85 | 0.34 | 0 | 0.25 | 203.85 | 0.74 | 0.43 |
| Hex | 1D | 7E | BE | 55 | 22 | 0 | 19 | CC | 4A | 2B |
| Octal | 35 | 176 | 276 | 125 | 42 | 0 | 31 | 314 | 112 | 53 |
| Binary | 11101 | 1111110 | 10111110 | 1010101 | 100010 | 0 | 11001 | 11001100 | 1001010 | 101011 |
Color Harmonies of #1D7EBE
Complementary color
Monochromatic Colors of #1D7EBE
Black with #1D7EBE
Text Example
Text Example
White with #1D7EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D7EBE; }
p { color: rgb(29,126,190); }
H1.HeaderClassName
{
color: #1D7EBE;
}
.AnyTagClassName
{
color: #1D7EBE;
}
</style>
background-color css
<style>
a { background-color: #1D7EBE; }
a { background-color: rgb(29,126,190); }
div.DivClassName
{
background-color: #1D7EBE;
}
.BgClassName
{
background-color: #1D7EBE;
}
</style>
border-color css
<style>
span { border-color: #1D7EBE; }
span { border-color: rgb(29,126,190); }
td.TdClassName
{
border-color: #1D7EBE;
}
.TagClassName
{
border-color: #1D7EBE;
}
</style>