Shades of Curious Blue #4488CC
Tints of Curious Blue #4488CC
RGB
CMYK
RGB Variations
Color information
#4488CC (or 0x4488CC) is known color: Curious Blue. HEX triplet: 44, 88 and CC. RGB value is (68,136,204). Sum of RGB (Red+Green+Blue) = 68+136+204=408 (54% of max value = 765). Red value is 68 (26.95% from 255 or 16.67% from 408); Green value is 136 (53.52% from 255 or 33.33% from 408); Blue value is 204 (80.08% from 255 or 50% from 408); Max value from RGB is 204 - color contains mainly: blue. Hex color #4488CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4488CC is #BB7733. Grayscale: #7B7B7B. Windows color (decimal): -12285748 or 13404228. OLE color: 13404228.
HSL color Cylindrical-coordinate representation of color #4488CC: hue angle of 210º 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 #4488CC is Cyan = 0.67, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 68 | 136 | 204 | - |
| CMYK | 0.67 | 0.33 | 0 | 0.2 |
| HSL | 210º | 0.57% | 0.53% | - |
| HSV(B) | 210º | 0.67% | 0.8% | - |
| XYZ | 22.09 | 23.2 | 60.44 | - |
| YUV | 123.42 | 173.47 | 88.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 136 | 204 | 0.67 | 0.33 | 0 | 0.2 | 210 | 0.57 | 0.53 |
| Hex | 44 | 88 | CC | 43 | 21 | 0 | 14 | D2 | 39 | 35 |
| Octal | 104 | 210 | 314 | 103 | 41 | 0 | 24 | 322 | 71 | 65 |
| Binary | 1000100 | 10001000 | 11001100 | 1000011 | 100001 | 0 | 10100 | 11010010 | 111001 | 110101 |
Color Harmonies of #4488CC
Complementary color
Monochromatic Colors of #4488CC
Black with #4488CC
Text Example
Text Example
White with #4488CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4488CC; }
p { color: rgb(68,136,204); }
H1.HeaderClassName
{
color: #4488CC;
}
.AnyTagClassName
{
color: #4488CC;
}
</style>
background-color css
<style>
a { background-color: #4488CC; }
a { background-color: rgb(68,136,204); }
div.DivClassName
{
background-color: #4488CC;
}
.BgClassName
{
background-color: #4488CC;
}
</style>
border-color css
<style>
span { border-color: #4488CC; }
span { border-color: rgb(68,136,204); }
td.TdClassName
{
border-color: #4488CC;
}
.TagClassName
{
border-color: #4488CC;
}
</style>