Shades of Curious Blue #4487CA
Tints of Curious Blue #4487CA
RGB
CMYK
RGB Variations
Color information
#4487CA (or 0x4487CA) is known color: Curious Blue. HEX triplet: 44, 87 and CA. RGB value is (68,135,202). Sum of RGB (Red+Green+Blue) = 68+135+202=405 (53% of max value = 765). Red value is 68 (26.95% from 255 or 16.79% from 405); Green value is 135 (53.12% from 255 or 33.33% from 405); Blue value is 202 (79.30% from 255 or 49.88% from 405); Max value from RGB is 202 - color contains mainly: blue. Hex color #4487CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4487CA is #BB7835. Grayscale: #7A7A7A. Windows color (decimal): -12286006 or 13272900. OLE color: 13272900.
HSL color Cylindrical-coordinate representation of color #4487CA: hue angle of 210º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4487CA is Cyan = 0.66, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 68 | 135 | 202 | - |
| CMYK | 0.66 | 0.33 | 0 | 0.21 |
| HSL | 210º | 0.56% | 0.53% | - |
| HSV(B) | 210º | 0.66% | 0.79% | - |
| XYZ | 21.71 | 22.82 | 59.14 | - |
| YUV | 122.61 | 172.8 | 89.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 135 | 202 | 0.66 | 0.33 | 0 | 0.21 | 210 | 0.56 | 0.53 |
| Hex | 44 | 87 | CA | 42 | 21 | 0 | 15 | D2 | 38 | 35 |
| Octal | 104 | 207 | 312 | 102 | 41 | 0 | 25 | 322 | 70 | 65 |
| Binary | 1000100 | 10000111 | 11001010 | 1000010 | 100001 | 0 | 10101 | 11010010 | 111000 | 110101 |
Color Harmonies of #4487CA
Complementary color
Monochromatic Colors of #4487CA
Black with #4487CA
Text Example
Text Example
White with #4487CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4487CA; }
p { color: rgb(68,135,202); }
H1.HeaderClassName
{
color: #4487CA;
}
.AnyTagClassName
{
color: #4487CA;
}
</style>
background-color css
<style>
a { background-color: #4487CA; }
a { background-color: rgb(68,135,202); }
div.DivClassName
{
background-color: #4487CA;
}
.BgClassName
{
background-color: #4487CA;
}
</style>
border-color css
<style>
span { border-color: #4487CA; }
span { border-color: rgb(68,135,202); }
td.TdClassName
{
border-color: #4487CA;
}
.TagClassName
{
border-color: #4487CA;
}
</style>