Shades of Curious Blue #4487CC
Tints of Curious Blue #4487CC
RGB
CMYK
RGB Variations
Color information
#4487CC (or 0x4487CC) is known color: Curious Blue. HEX triplet: 44, 87 and CC. RGB value is (68,135,204). Sum of RGB (Red+Green+Blue) = 68+135+204=407 (53% of max value = 765). Red value is 68 (26.95% from 255 or 16.71% from 407); Green value is 135 (53.12% from 255 or 33.17% from 407); Blue value is 204 (80.08% from 255 or 50.12% from 407); Max value from RGB is 204 - color contains mainly: blue. Hex color #4487CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4487CC is #BB7833. Grayscale: #7A7A7A. Windows color (decimal): -12286004 or 13403972. OLE color: 13403972.
HSL color Cylindrical-coordinate representation of color #4487CC: hue angle of 210.44º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4487CC is Cyan = 0.67, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 68 | 135 | 204 | - |
| CMYK | 0.67 | 0.34 | 0 | 0.2 |
| HSL | 210.44º | 0.57% | 0.53% | - |
| HSV(B) | 210.44º | 0.67% | 0.8% | - |
| XYZ | 21.95 | 22.92 | 60.39 | - |
| YUV | 122.83 | 173.8 | 88.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 135 | 204 | 0.67 | 0.34 | 0 | 0.2 | 210.44 | 0.57 | 0.53 |
| Hex | 44 | 87 | CC | 43 | 22 | 0 | 14 | D2 | 39 | 35 |
| Octal | 104 | 207 | 314 | 103 | 42 | 0 | 24 | 322 | 71 | 65 |
| Binary | 1000100 | 10000111 | 11001100 | 1000011 | 100010 | 0 | 10100 | 11010010 | 111001 | 110101 |
Color Harmonies of #4487CC
Complementary color
Monochromatic Colors of #4487CC
Black with #4487CC
Text Example
Text Example
White with #4487CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4487CC; }
p { color: rgb(68,135,204); }
H1.HeaderClassName
{
color: #4487CC;
}
.AnyTagClassName
{
color: #4487CC;
}
</style>
background-color css
<style>
a { background-color: #4487CC; }
a { background-color: rgb(68,135,204); }
div.DivClassName
{
background-color: #4487CC;
}
.BgClassName
{
background-color: #4487CC;
}
</style>
border-color css
<style>
span { border-color: #4487CC; }
span { border-color: rgb(68,135,204); }
td.TdClassName
{
border-color: #4487CC;
}
.TagClassName
{
border-color: #4487CC;
}
</style>