Shades of Curious Blue #4095CA
Tints of Curious Blue #4095CA
RGB
CMYK
RGB Variations
Color information
#4095CA (or 0x4095CA) is known color: Curious Blue. HEX triplet: 40, 95 and CA. RGB value is (64,149,202). Sum of RGB (Red+Green+Blue) = 64+149+202=415 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.42% from 415); Green value is 149 (58.59% from 255 or 35.90% from 415); Blue value is 202 (79.30% from 255 or 48.67% from 415); Max value from RGB is 202 - color contains mainly: blue. Hex color #4095CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4095CA is #BF6A35. Grayscale: #818181. Windows color (decimal): -12544566 or 13276480. OLE color: 13276480.
HSL color Cylindrical-coordinate representation of color #4095CA: hue angle of 203.04º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4095CA is Cyan = 0.68, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 64 | 149 | 202 | - |
| CMYK | 0.68 | 0.26 | 0 | 0.21 |
| HSL | 203.04º | 0.57% | 0.52% | - |
| HSV(B) | 203.04º | 0.68% | 0.79% | - |
| XYZ | 23.52 | 26.85 | 59.82 | - |
| YUV | 129.63 | 168.84 | 81.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 149 | 202 | 0.68 | 0.26 | 0 | 0.21 | 203.04 | 0.57 | 0.52 |
| Hex | 40 | 95 | CA | 44 | 1A | 0 | 15 | CB | 39 | 34 |
| Octal | 100 | 225 | 312 | 104 | 32 | 0 | 25 | 313 | 71 | 64 |
| Binary | 1000000 | 10010101 | 11001010 | 1000100 | 11010 | 0 | 10101 | 11001011 | 111001 | 110100 |
Color Harmonies of #4095CA
Complementary color
Monochromatic Colors of #4095CA
Black with #4095CA
Text Example
Text Example
White with #4095CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4095CA; }
p { color: rgb(64,149,202); }
H1.HeaderClassName
{
color: #4095CA;
}
.AnyTagClassName
{
color: #4095CA;
}
</style>
background-color css
<style>
a { background-color: #4095CA; }
a { background-color: rgb(64,149,202); }
div.DivClassName
{
background-color: #4095CA;
}
.BgClassName
{
background-color: #4095CA;
}
</style>
border-color css
<style>
span { border-color: #4095CA; }
span { border-color: rgb(64,149,202); }
td.TdClassName
{
border-color: #4095CA;
}
.TagClassName
{
border-color: #4095CA;
}
</style>