Shades of Curious Blue #4283BC
Tints of Curious Blue #4283BC
RGB
CMYK
RGB Variations
Color information
#4283BC (or 0x4283BC) is known color: Curious Blue. HEX triplet: 42, 83 and BC. RGB value is (66,131,188). Sum of RGB (Red+Green+Blue) = 66+131+188=385 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.14% from 385); Green value is 131 (51.56% from 255 or 34.03% from 385); Blue value is 188 (73.83% from 255 or 48.83% from 385); Max value from RGB is 188 - color contains mainly: blue. Hex color #4283BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4283BC is #BD7C43. Grayscale: #757575. Windows color (decimal): -12418116 or 12354370. OLE color: 12354370.
HSL color Cylindrical-coordinate representation of color #4283BC: hue angle of 208.03º 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 #4283BC is Cyan = 0.65, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 66 | 131 | 188 | - |
| CMYK | 0.65 | 0.30 | 0 | 0.26 |
| HSL | 208.03º | 0.48% | 0.5% | - |
| HSV(B) | 208.03º | 0.65% | 0.74% | - |
| XYZ | 19.44 | 21.02 | 50.61 | - |
| YUV | 118.06 | 167.47 | 90.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 131 | 188 | 0.65 | 0.30 | 0 | 0.26 | 208.03 | 0.48 | 0.5 |
| Hex | 42 | 83 | BC | 41 | 1E | 0 | 1A | D0 | 30 | 32 |
| Octal | 102 | 203 | 274 | 101 | 36 | 0 | 32 | 320 | 60 | 62 |
| Binary | 1000010 | 10000011 | 10111100 | 1000001 | 11110 | 0 | 11010 | 11010000 | 110000 | 110010 |
Color Harmonies of #4283BC
Complementary color
Monochromatic Colors of #4283BC
Black with #4283BC
Text Example
Text Example
White with #4283BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4283BC; }
p { color: rgb(66,131,188); }
H1.HeaderClassName
{
color: #4283BC;
}
.AnyTagClassName
{
color: #4283BC;
}
</style>
background-color css
<style>
a { background-color: #4283BC; }
a { background-color: rgb(66,131,188); }
div.DivClassName
{
background-color: #4283BC;
}
.BgClassName
{
background-color: #4283BC;
}
</style>
border-color css
<style>
span { border-color: #4283BC; }
span { border-color: rgb(66,131,188); }
td.TdClassName
{
border-color: #4283BC;
}
.TagClassName
{
border-color: #4283BC;
}
</style>