Shades of Curious Blue #4193CF
Tints of Curious Blue #4193CF
RGB
CMYK
RGB Variations
Color information
#4193CF (or 0x4193CF) is known color: Curious Blue. HEX triplet: 41, 93 and CF. RGB value is (65,147,207). Sum of RGB (Red+Green+Blue) = 65+147+207=419 (55% of max value = 765). Red value is 65 (25.78% from 255 or 15.51% from 419); Green value is 147 (57.81% from 255 or 35.08% from 419); Blue value is 207 (81.25% from 255 or 49.40% from 419); Max value from RGB is 207 - color contains mainly: blue. Hex color #4193CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4193CF is #BE6C30. Grayscale: #818181. Windows color (decimal): -12479537 or 13603649. OLE color: 13603649.
HSL color Cylindrical-coordinate representation of color #4193CF: hue angle of 205.35º 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 #4193CF is Cyan = 0.69, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 65 | 147 | 207 | - |
| CMYK | 0.69 | 0.29 | 0 | 0.19 |
| HSL | 205.35º | 0.6% | 0.53% | - |
| HSV(B) | 205.35º | 0.69% | 0.81% | - |
| XYZ | 23.88 | 26.5 | 62.89 | - |
| YUV | 129.32 | 171.83 | 82.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 147 | 207 | 0.69 | 0.29 | 0 | 0.19 | 205.35 | 0.6 | 0.53 |
| Hex | 41 | 93 | CF | 45 | 1D | 0 | 13 | CD | 3C | 35 |
| Octal | 101 | 223 | 317 | 105 | 35 | 0 | 23 | 315 | 74 | 65 |
| Binary | 1000001 | 10010011 | 11001111 | 1000101 | 11101 | 0 | 10011 | 11001101 | 111100 | 110101 |
Color Harmonies of #4193CF
Complementary color
Monochromatic Colors of #4193CF
Black with #4193CF
Text Example
Text Example
White with #4193CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4193CF; }
p { color: rgb(65,147,207); }
H1.HeaderClassName
{
color: #4193CF;
}
.AnyTagClassName
{
color: #4193CF;
}
</style>
background-color css
<style>
a { background-color: #4193CF; }
a { background-color: rgb(65,147,207); }
div.DivClassName
{
background-color: #4193CF;
}
.BgClassName
{
background-color: #4193CF;
}
</style>
border-color css
<style>
span { border-color: #4193CF; }
span { border-color: rgb(65,147,207); }
td.TdClassName
{
border-color: #4193CF;
}
.TagClassName
{
border-color: #4193CF;
}
</style>