Shades of Curious Blue #4190CF
Tints of Curious Blue #4190CF
RGB
CMYK
RGB Variations
Color information
#4190CF (or 0x4190CF) is known color: Curious Blue. HEX triplet: 41, 90 and CF. RGB value is (65,144,207). Sum of RGB (Red+Green+Blue) = 65+144+207=416 (55% of max value = 765). Red value is 65 (25.78% from 255 or 15.62% from 416); Green value is 144 (56.64% from 255 or 34.62% from 416); Blue value is 207 (81.25% from 255 or 49.76% from 416); Max value from RGB is 207 - color contains mainly: blue. Hex color #4190CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4190CF is #BE6F30. Grayscale: #7F7F7F. Windows color (decimal): -12480305 or 13602881. OLE color: 13602881.
HSL color Cylindrical-coordinate representation of color #4190CF: hue angle of 206.62º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4190CF is Cyan = 0.69, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 65 | 144 | 207 | - |
| CMYK | 0.69 | 0.30 | 0 | 0.19 |
| HSL | 206.62º | 0.6% | 0.53% | - |
| HSV(B) | 206.62º | 0.69% | 0.81% | - |
| XYZ | 23.42 | 25.58 | 62.73 | - |
| YUV | 127.56 | 172.83 | 83.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 144 | 207 | 0.69 | 0.30 | 0 | 0.19 | 206.62 | 0.6 | 0.53 |
| Hex | 41 | 90 | CF | 45 | 1E | 0 | 13 | CF | 3C | 35 |
| Octal | 101 | 220 | 317 | 105 | 36 | 0 | 23 | 317 | 74 | 65 |
| Binary | 1000001 | 10010000 | 11001111 | 1000101 | 11110 | 0 | 10011 | 11001111 | 111100 | 110101 |
Color Harmonies of #4190CF
Complementary color
Monochromatic Colors of #4190CF
Black with #4190CF
Text Example
Text Example
White with #4190CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4190CF; }
p { color: rgb(65,144,207); }
H1.HeaderClassName
{
color: #4190CF;
}
.AnyTagClassName
{
color: #4190CF;
}
</style>
background-color css
<style>
a { background-color: #4190CF; }
a { background-color: rgb(65,144,207); }
div.DivClassName
{
background-color: #4190CF;
}
.BgClassName
{
background-color: #4190CF;
}
</style>
border-color css
<style>
span { border-color: #4190CF; }
span { border-color: rgb(65,144,207); }
td.TdClassName
{
border-color: #4190CF;
}
.TagClassName
{
border-color: #4190CF;
}
</style>