Shades of Curious Blue #217DB4
Tints of Curious Blue #217DB4
RGB
CMYK
RGB Variations
Color information
#217DB4 (or 0x217DB4) is known color: Curious Blue. HEX triplet: 21, 7D and B4. RGB value is (33,125,180). Sum of RGB (Red+Green+Blue) = 33+125+180=338 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.76% from 338); Green value is 125 (49.22% from 255 or 36.98% from 338); Blue value is 180 (70.70% from 255 or 53.25% from 338); Max value from RGB is 180 - color contains mainly: blue. Hex color #217DB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #217DB4 is #DE824B. Grayscale: #676767. Windows color (decimal): -14582348 or 11828513. OLE color: 11828513.
HSL color Cylindrical-coordinate representation of color #217DB4: hue angle of 202.45º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #217DB4 is Cyan = 0.82, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 33 | 125 | 180 | - |
| CMYK | 0.82 | 0.31 | 0 | 0.29 |
| HSL | 202.45º | 0.69% | 0.42% | - |
| HSV(B) | 202.45º | 0.82% | 0.71% | - |
| XYZ | 16.2 | 18.29 | 45.86 | - |
| YUV | 103.76 | 171.02 | 77.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 125 | 180 | 0.82 | 0.31 | 0 | 0.29 | 202.45 | 0.69 | 0.42 |
| Hex | 21 | 7D | B4 | 52 | 1F | 0 | 1D | CA | 45 | 2A |
| Octal | 41 | 175 | 264 | 122 | 37 | 0 | 35 | 312 | 105 | 52 |
| Binary | 100001 | 1111101 | 10110100 | 1010010 | 11111 | 0 | 11101 | 11001010 | 1000101 | 101010 |
Color Harmonies of #217DB4
Complementary color
Monochromatic Colors of #217DB4
Black with #217DB4
Text Example
Text Example
White with #217DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217DB4; }
p { color: rgb(33,125,180); }
H1.HeaderClassName
{
color: #217DB4;
}
.AnyTagClassName
{
color: #217DB4;
}
</style>
background-color css
<style>
a { background-color: #217DB4; }
a { background-color: rgb(33,125,180); }
div.DivClassName
{
background-color: #217DB4;
}
.BgClassName
{
background-color: #217DB4;
}
</style>
border-color css
<style>
span { border-color: #217DB4; }
span { border-color: rgb(33,125,180); }
td.TdClassName
{
border-color: #217DB4;
}
.TagClassName
{
border-color: #217DB4;
}
</style>