Shades of Curious Blue #4181CF
Tints of Curious Blue #4181CF
RGB
CMYK
RGB Variations
Color information
#4181CF (or 0x4181CF) is known color: Curious Blue. HEX triplet: 41, 81 and CF. RGB value is (65,129,207). Sum of RGB (Red+Green+Blue) = 65+129+207=401 (53% of max value = 765). Red value is 65 (25.78% from 255 or 16.21% from 401); Green value is 129 (50.78% from 255 or 32.17% from 401); Blue value is 207 (81.25% from 255 or 51.62% from 401); Max value from RGB is 207 - color contains mainly: blue. Hex color #4181CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4181CF is #BE7E30. Grayscale: #767676. Windows color (decimal): -12484145 or 13599041. OLE color: 13599041.
HSL color Cylindrical-coordinate representation of color #4181CF: hue angle of 212.96º 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 #4181CF is Cyan = 0.69, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 65 | 129 | 207 | - |
| CMYK | 0.69 | 0.38 | 0 | 0.19 |
| HSL | 212.96º | 0.6% | 0.53% | - |
| HSV(B) | 212.96º | 0.69% | 0.81% | - |
| XYZ | 21.29 | 21.33 | 62.03 | - |
| YUV | 118.76 | 177.8 | 89.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 129 | 207 | 0.69 | 0.38 | 0 | 0.19 | 212.96 | 0.6 | 0.53 |
| Hex | 41 | 81 | CF | 45 | 26 | 0 | 13 | D5 | 3C | 35 |
| Octal | 101 | 201 | 317 | 105 | 46 | 0 | 23 | 325 | 74 | 65 |
| Binary | 1000001 | 10000001 | 11001111 | 1000101 | 100110 | 0 | 10011 | 11010101 | 111100 | 110101 |
Color Harmonies of #4181CF
Complementary color
Monochromatic Colors of #4181CF
Black with #4181CF
Text Example
Text Example
White with #4181CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4181CF; }
p { color: rgb(65,129,207); }
H1.HeaderClassName
{
color: #4181CF;
}
.AnyTagClassName
{
color: #4181CF;
}
</style>
background-color css
<style>
a { background-color: #4181CF; }
a { background-color: rgb(65,129,207); }
div.DivClassName
{
background-color: #4181CF;
}
.BgClassName
{
background-color: #4181CF;
}
</style>
border-color css
<style>
span { border-color: #4181CF; }
span { border-color: rgb(65,129,207); }
td.TdClassName
{
border-color: #4181CF;
}
.TagClassName
{
border-color: #4181CF;
}
</style>