Shades of Curious Blue #4293BD
Tints of Curious Blue #4293BD
RGB
CMYK
RGB Variations
Color information
#4293BD (or 0x4293BD) is known color: Curious Blue. HEX triplet: 42, 93 and BD. RGB value is (66,147,189). Sum of RGB (Red+Green+Blue) = 66+147+189=402 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.42% from 402); Green value is 147 (57.81% from 255 or 36.57% from 402); Blue value is 189 (74.22% from 255 or 47.01% from 402); Max value from RGB is 189 - color contains mainly: blue. Hex color #4293BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4293BD is #BD6C42. Grayscale: #7F7F7F. Windows color (decimal): -12414019 or 12424002. OLE color: 12424002.
HSL color Cylindrical-coordinate representation of color #4293BD: hue angle of 200.49º 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 #4293BD is Cyan = 0.65, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 66 | 147 | 189 | - |
| CMYK | 0.65 | 0.22 | 0 | 0.26 |
| HSL | 200.49º | 0.48% | 0.5% | - |
| HSV(B) | 200.49º | 0.65% | 0.74% | - |
| XYZ | 21.87 | 25.7 | 51.95 | - |
| YUV | 127.57 | 162.66 | 84.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 147 | 189 | 0.65 | 0.22 | 0 | 0.26 | 200.49 | 0.48 | 0.5 |
| Hex | 42 | 93 | BD | 41 | 16 | 0 | 1A | C8 | 30 | 32 |
| Octal | 102 | 223 | 275 | 101 | 26 | 0 | 32 | 310 | 60 | 62 |
| Binary | 1000010 | 10010011 | 10111101 | 1000001 | 10110 | 0 | 11010 | 11001000 | 110000 | 110010 |
Color Harmonies of #4293BD
Complementary color
Monochromatic Colors of #4293BD
Black with #4293BD
Text Example
Text Example
White with #4293BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4293BD; }
p { color: rgb(66,147,189); }
H1.HeaderClassName
{
color: #4293BD;
}
.AnyTagClassName
{
color: #4293BD;
}
</style>
background-color css
<style>
a { background-color: #4293BD; }
a { background-color: rgb(66,147,189); }
div.DivClassName
{
background-color: #4293BD;
}
.BgClassName
{
background-color: #4293BD;
}
</style>
border-color css
<style>
span { border-color: #4293BD; }
span { border-color: rgb(66,147,189); }
td.TdClassName
{
border-color: #4293BD;
}
.TagClassName
{
border-color: #4293BD;
}
</style>