Shades of Curious Blue #4194CC
Tints of Curious Blue #4194CC
RGB
CMYK
RGB Variations
Color information
#4194CC (or 0x4194CC) is known color: Curious Blue. HEX triplet: 41, 94 and CC. RGB value is (65,148,204). Sum of RGB (Red+Green+Blue) = 65+148+204=417 (55% of max value = 765). Red value is 65 (25.78% from 255 or 15.59% from 417); Green value is 148 (58.20% from 255 or 35.49% from 417); Blue value is 204 (80.08% from 255 or 48.92% from 417); Max value from RGB is 204 - color contains mainly: blue. Hex color #4194CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4194CC is #BE6B33. Grayscale: #818181. Windows color (decimal): -12479284 or 13407297. OLE color: 13407297.
HSL color Cylindrical-coordinate representation of color #4194CC: hue angle of 204.17º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4194CC is Cyan = 0.68, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 65 | 148 | 204 | - |
| CMYK | 0.68 | 0.27 | 0 | 0.2 |
| HSL | 204.17º | 0.58% | 0.53% | - |
| HSV(B) | 204.17º | 0.68% | 0.8% | - |
| XYZ | 23.67 | 26.66 | 61.03 | - |
| YUV | 129.57 | 170 | 81.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 148 | 204 | 0.68 | 0.27 | 0 | 0.2 | 204.17 | 0.58 | 0.53 |
| Hex | 41 | 94 | CC | 44 | 1B | 0 | 14 | CC | 3A | 35 |
| Octal | 101 | 224 | 314 | 104 | 33 | 0 | 24 | 314 | 72 | 65 |
| Binary | 1000001 | 10010100 | 11001100 | 1000100 | 11011 | 0 | 10100 | 11001100 | 111010 | 110101 |
Color Harmonies of #4194CC
Complementary color
Monochromatic Colors of #4194CC
Black with #4194CC
Text Example
Text Example
White with #4194CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4194CC; }
p { color: rgb(65,148,204); }
H1.HeaderClassName
{
color: #4194CC;
}
.AnyTagClassName
{
color: #4194CC;
}
</style>
background-color css
<style>
a { background-color: #4194CC; }
a { background-color: rgb(65,148,204); }
div.DivClassName
{
background-color: #4194CC;
}
.BgClassName
{
background-color: #4194CC;
}
</style>
border-color css
<style>
span { border-color: #4194CC; }
span { border-color: rgb(65,148,204); }
td.TdClassName
{
border-color: #4194CC;
}
.TagClassName
{
border-color: #4194CC;
}
</style>