Shades of Curious Blue #4294BD
Tints of Curious Blue #4294BD
RGB
CMYK
RGB Variations
Color information
#4294BD (or 0x4294BD) is known color: Curious Blue. HEX triplet: 42, 94 and BD. RGB value is (66,148,189). Sum of RGB (Red+Green+Blue) = 66+148+189=403 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.38% from 403); Green value is 148 (58.20% from 255 or 36.72% from 403); Blue value is 189 (74.22% from 255 or 46.90% from 403); Max value from RGB is 189 - color contains mainly: blue. Hex color #4294BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4294BD is #BD6B42. Grayscale: #7F7F7F. Windows color (decimal): -12413763 or 12424258. OLE color: 12424258.
HSL color Cylindrical-coordinate representation of color #4294BD: hue angle of 200º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4294BD is Cyan = 0.65, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 66 | 148 | 189 | - |
| CMYK | 0.65 | 0.22 | 0 | 0.26 |
| HSL | 200º | 0.48% | 0.5% | - |
| HSV(B) | 200º | 0.65% | 0.74% | - |
| XYZ | 22.02 | 26.01 | 52 | - |
| YUV | 128.16 | 162.33 | 83.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 148 | 189 | 0.65 | 0.22 | 0 | 0.26 | 200 | 0.48 | 0.5 |
| Hex | 42 | 94 | BD | 41 | 16 | 0 | 1A | C8 | 30 | 32 |
| Octal | 102 | 224 | 275 | 101 | 26 | 0 | 32 | 310 | 60 | 62 |
| Binary | 1000010 | 10010100 | 10111101 | 1000001 | 10110 | 0 | 11010 | 11001000 | 110000 | 110010 |
Color Harmonies of #4294BD
Complementary color
Monochromatic Colors of #4294BD
Black with #4294BD
Text Example
Text Example
White with #4294BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4294BD; }
p { color: rgb(66,148,189); }
H1.HeaderClassName
{
color: #4294BD;
}
.AnyTagClassName
{
color: #4294BD;
}
</style>
background-color css
<style>
a { background-color: #4294BD; }
a { background-color: rgb(66,148,189); }
div.DivClassName
{
background-color: #4294BD;
}
.BgClassName
{
background-color: #4294BD;
}
</style>
border-color css
<style>
span { border-color: #4294BD; }
span { border-color: rgb(66,148,189); }
td.TdClassName
{
border-color: #4294BD;
}
.TagClassName
{
border-color: #4294BD;
}
</style>