Shades of Curious Blue #4187CF
Tints of Curious Blue #4187CF
RGB
CMYK
RGB Variations
Color information
#4187CF (or 0x4187CF) is known color: Curious Blue. HEX triplet: 41, 87 and CF. RGB value is (65,135,207). Sum of RGB (Red+Green+Blue) = 65+135+207=407 (53% of max value = 765). Red value is 65 (25.78% from 255 or 15.97% from 407); Green value is 135 (53.12% from 255 or 33.17% from 407); Blue value is 207 (81.25% from 255 or 50.86% from 407); Max value from RGB is 207 - color contains mainly: blue. Hex color #4187CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4187CF is #BE7830. Grayscale: #797979. Windows color (decimal): -12482609 or 13600577. OLE color: 13600577.
HSL color Cylindrical-coordinate representation of color #4187CF: hue angle of 210.42º 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 #4187CF is Cyan = 0.69, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 65 | 135 | 207 | - |
| CMYK | 0.69 | 0.35 | 0 | 0.19 |
| HSL | 210.42º | 0.6% | 0.53% | - |
| HSV(B) | 210.42º | 0.69% | 0.81% | - |
| XYZ | 22.11 | 22.96 | 62.3 | - |
| YUV | 122.28 | 175.81 | 87.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 135 | 207 | 0.69 | 0.35 | 0 | 0.19 | 210.42 | 0.6 | 0.53 |
| Hex | 41 | 87 | CF | 45 | 23 | 0 | 13 | D2 | 3C | 35 |
| Octal | 101 | 207 | 317 | 105 | 43 | 0 | 23 | 322 | 74 | 65 |
| Binary | 1000001 | 10000111 | 11001111 | 1000101 | 100011 | 0 | 10011 | 11010010 | 111100 | 110101 |
Color Harmonies of #4187CF
Complementary color
Monochromatic Colors of #4187CF
Black with #4187CF
Text Example
Text Example
White with #4187CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4187CF; }
p { color: rgb(65,135,207); }
H1.HeaderClassName
{
color: #4187CF;
}
.AnyTagClassName
{
color: #4187CF;
}
</style>
background-color css
<style>
a { background-color: #4187CF; }
a { background-color: rgb(65,135,207); }
div.DivClassName
{
background-color: #4187CF;
}
.BgClassName
{
background-color: #4187CF;
}
</style>
border-color css
<style>
span { border-color: #4187CF; }
span { border-color: rgb(65,135,207); }
td.TdClassName
{
border-color: #4187CF;
}
.TagClassName
{
border-color: #4187CF;
}
</style>