Shades of Curious Blue #4488CA
Tints of Curious Blue #4488CA
RGB
CMYK
RGB Variations
Color information
#4488CA (or 0x4488CA) is known color: Curious Blue. HEX triplet: 44, 88 and CA. RGB value is (68,136,202). Sum of RGB (Red+Green+Blue) = 68+136+202=406 (53% of max value = 765). Red value is 68 (26.95% from 255 or 16.75% from 406); Green value is 136 (53.52% from 255 or 33.50% from 406); Blue value is 202 (79.30% from 255 or 49.75% from 406); Max value from RGB is 202 - color contains mainly: blue. Hex color #4488CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4488CA is #BB7735. Grayscale: #7A7A7A. Windows color (decimal): -12285750 or 13273156. OLE color: 13273156.
HSL color Cylindrical-coordinate representation of color #4488CA: hue angle of 209.55º 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 #4488CA is Cyan = 0.66, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 68 | 136 | 202 | - |
| CMYK | 0.66 | 0.33 | 0 | 0.21 |
| HSL | 209.55º | 0.56% | 0.53% | - |
| HSV(B) | 209.55º | 0.66% | 0.79% | - |
| XYZ | 21.85 | 23.1 | 59.18 | - |
| YUV | 123.19 | 172.47 | 88.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 136 | 202 | 0.66 | 0.33 | 0 | 0.21 | 209.55 | 0.56 | 0.53 |
| Hex | 44 | 88 | CA | 42 | 21 | 0 | 15 | D2 | 38 | 35 |
| Octal | 104 | 210 | 312 | 102 | 41 | 0 | 25 | 322 | 70 | 65 |
| Binary | 1000100 | 10001000 | 11001010 | 1000010 | 100001 | 0 | 10101 | 11010010 | 111000 | 110101 |
Color Harmonies of #4488CA
Complementary color
Monochromatic Colors of #4488CA
Black with #4488CA
Text Example
Text Example
White with #4488CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4488CA; }
p { color: rgb(68,136,202); }
H1.HeaderClassName
{
color: #4488CA;
}
.AnyTagClassName
{
color: #4488CA;
}
</style>
background-color css
<style>
a { background-color: #4488CA; }
a { background-color: rgb(68,136,202); }
div.DivClassName
{
background-color: #4488CA;
}
.BgClassName
{
background-color: #4488CA;
}
</style>
border-color css
<style>
span { border-color: #4488CA; }
span { border-color: rgb(68,136,202); }
td.TdClassName
{
border-color: #4488CA;
}
.TagClassName
{
border-color: #4488CA;
}
</style>