Shades of Curious Blue #1D81CC
Tints of Curious Blue #1D81CC
RGB
CMYK
RGB Variations
Color information
#1D81CC (or 0x1D81CC) is known color: Curious Blue. HEX triplet: 1D, 81 and CC. RGB value is (29,129,204). Sum of RGB (Red+Green+Blue) = 29+129+204=362 (47% of max value = 765). Red value is 29 (11.72% from 255 or 8.01% from 362); Green value is 129 (50.78% from 255 or 35.64% from 362); Blue value is 204 (80.08% from 255 or 56.35% from 362); Max value from RGB is 204 - color contains mainly: blue. Hex color #1D81CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1D81CC is #E27E33. Grayscale: #6B6B6B. Windows color (decimal): -14843444 or 13402397. OLE color: 13402397.
HSL color Cylindrical-coordinate representation of color #1D81CC: hue angle of 205.71º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1D81CC is Cyan = 0.86, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 29 | 129 | 204 | - |
| CMYK | 0.86 | 0.37 | 0 | 0.2 |
| HSL | 205.71º | 0.75% | 0.46% | - |
| HSV(B) | 205.71º | 0.86% | 0.8% | - |
| XYZ | 19.26 | 20.32 | 60.03 | - |
| YUV | 107.65 | 182.37 | 71.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 129 | 204 | 0.86 | 0.37 | 0 | 0.2 | 205.71 | 0.75 | 0.46 |
| Hex | 1D | 81 | CC | 56 | 25 | 0 | 14 | CE | 4B | 2E |
| Octal | 35 | 201 | 314 | 126 | 45 | 0 | 24 | 316 | 113 | 56 |
| Binary | 11101 | 10000001 | 11001100 | 1010110 | 100101 | 0 | 10100 | 11001110 | 1001011 | 101110 |
Color Harmonies of #1D81CC
Complementary color
Monochromatic Colors of #1D81CC
Black with #1D81CC
Text Example
Text Example
White with #1D81CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D81CC; }
p { color: rgb(29,129,204); }
H1.HeaderClassName
{
color: #1D81CC;
}
.AnyTagClassName
{
color: #1D81CC;
}
</style>
background-color css
<style>
a { background-color: #1D81CC; }
a { background-color: rgb(29,129,204); }
div.DivClassName
{
background-color: #1D81CC;
}
.BgClassName
{
background-color: #1D81CC;
}
</style>
border-color css
<style>
span { border-color: #1D81CC; }
span { border-color: rgb(29,129,204); }
td.TdClassName
{
border-color: #1D81CC;
}
.TagClassName
{
border-color: #1D81CC;
}
</style>