Shades of Curious Blue #4194BF
Tints of Curious Blue #4194BF
RGB
CMYK
RGB Variations
Color information
#4194BF (or 0x4194BF) is known color: Curious Blue. HEX triplet: 41, 94 and BF. RGB value is (65,148,191). Sum of RGB (Red+Green+Blue) = 65+148+191=404 (53% of max value = 765). Red value is 65 (25.78% from 255 or 16.09% from 404); Green value is 148 (58.20% from 255 or 36.63% from 404); Blue value is 191 (75% from 255 or 47.28% from 404); Max value from RGB is 191 - color contains mainly: blue. Hex color #4194BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4194BF is #BE6B40. Grayscale: #7F7F7F. Windows color (decimal): -12479297 or 12555329. OLE color: 12555329.
HSL color Cylindrical-coordinate representation of color #4194BF: hue angle of 200.48º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4194BF is Cyan = 0.66, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 65 | 148 | 191 | - |
| CMYK | 0.66 | 0.23 | 0 | 0.25 |
| HSL | 200.48º | 0.5% | 0.5% | - |
| HSV(B) | 200.48º | 0.66% | 0.75% | - |
| XYZ | 22.17 | 26.07 | 53.15 | - |
| YUV | 128.09 | 163.5 | 83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 148 | 191 | 0.66 | 0.23 | 0 | 0.25 | 200.48 | 0.5 | 0.5 |
| Hex | 41 | 94 | BF | 42 | 17 | 0 | 19 | C8 | 32 | 32 |
| Octal | 101 | 224 | 277 | 102 | 27 | 0 | 31 | 310 | 62 | 62 |
| Binary | 1000001 | 10010100 | 10111111 | 1000010 | 10111 | 0 | 11001 | 11001000 | 110010 | 110010 |
Color Harmonies of #4194BF
Complementary color
Monochromatic Colors of #4194BF
Black with #4194BF
Text Example
Text Example
White with #4194BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4194BF; }
p { color: rgb(65,148,191); }
H1.HeaderClassName
{
color: #4194BF;
}
.AnyTagClassName
{
color: #4194BF;
}
</style>
background-color css
<style>
a { background-color: #4194BF; }
a { background-color: rgb(65,148,191); }
div.DivClassName
{
background-color: #4194BF;
}
.BgClassName
{
background-color: #4194BF;
}
</style>
border-color css
<style>
span { border-color: #4194BF; }
span { border-color: rgb(65,148,191); }
td.TdClassName
{
border-color: #4194BF;
}
.TagClassName
{
border-color: #4194BF;
}
</style>