Shades of Curious Blue #4088D1
Tints of Curious Blue #4088D1
RGB
CMYK
RGB Variations
Color information
#4088D1 (or 0x4088D1) is known color: Curious Blue. HEX triplet: 40, 88 and D1. RGB value is (64,136,209). Sum of RGB (Red+Green+Blue) = 64+136+209=409 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.65% from 409); Green value is 136 (53.52% from 255 or 33.25% from 409); Blue value is 209 (82.03% from 255 or 51.10% from 409); Max value from RGB is 209 - color contains mainly: blue. Hex color #4088D1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4088D1 is #BF772E. Grayscale: #7A7A7A. Windows color (decimal): -12547887 or 13731904. OLE color: 13731904.
HSL color Cylindrical-coordinate representation of color #4088D1: hue angle of 210.21º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4088D1 is Cyan = 0.69, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 64 | 136 | 209 | - |
| CMYK | 0.69 | 0.35 | 0 | 0.18 |
| HSL | 210.21º | 0.61% | 0.54% | - |
| HSV(B) | 210.21º | 0.69% | 0.82% | - |
| XYZ | 22.43 | 23.3 | 63.64 | - |
| YUV | 122.79 | 176.65 | 86.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 136 | 209 | 0.69 | 0.35 | 0 | 0.18 | 210.21 | 0.61 | 0.54 |
| Hex | 40 | 88 | D1 | 45 | 23 | 0 | 12 | D2 | 3D | 36 |
| Octal | 100 | 210 | 321 | 105 | 43 | 0 | 22 | 322 | 75 | 66 |
| Binary | 1000000 | 10001000 | 11010001 | 1000101 | 100011 | 0 | 10010 | 11010010 | 111101 | 110110 |
Color Harmonies of #4088D1
Complementary color
Monochromatic Colors of #4088D1
Black with #4088D1
Text Example
Text Example
White with #4088D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4088D1; }
p { color: rgb(64,136,209); }
H1.HeaderClassName
{
color: #4088D1;
}
.AnyTagClassName
{
color: #4088D1;
}
</style>
background-color css
<style>
a { background-color: #4088D1; }
a { background-color: rgb(64,136,209); }
div.DivClassName
{
background-color: #4088D1;
}
.BgClassName
{
background-color: #4088D1;
}
</style>
border-color css
<style>
span { border-color: #4088D1; }
span { border-color: rgb(64,136,209); }
td.TdClassName
{
border-color: #4088D1;
}
.TagClassName
{
border-color: #4088D1;
}
</style>