Shades of Curious Blue #428BBC
Tints of Curious Blue #428BBC
RGB
CMYK
RGB Variations
Color information
#428BBC (or 0x428BBC) is known color: Curious Blue. HEX triplet: 42, 8B and BC. RGB value is (66,139,188). Sum of RGB (Red+Green+Blue) = 66+139+188=393 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.79% from 393); Green value is 139 (54.69% from 255 or 35.37% from 393); Blue value is 188 (73.83% from 255 or 47.84% from 393); Max value from RGB is 188 - color contains mainly: blue. Hex color #428BBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #428BBC is #BD7443. Grayscale: #7A7A7A. Windows color (decimal): -12416068 or 12356418. OLE color: 12356418.
HSL color Cylindrical-coordinate representation of color #428BBC: hue angle of 204.1º 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 #428BBC is Cyan = 0.65, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 66 | 139 | 188 | - |
| CMYK | 0.65 | 0.26 | 0 | 0.26 |
| HSL | 204.1º | 0.48% | 0.5% | - |
| HSV(B) | 204.1º | 0.65% | 0.74% | - |
| XYZ | 20.56 | 23.25 | 50.98 | - |
| YUV | 122.76 | 164.82 | 87.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 139 | 188 | 0.65 | 0.26 | 0 | 0.26 | 204.1 | 0.48 | 0.5 |
| Hex | 42 | 8B | BC | 41 | 1A | 0 | 1A | CC | 30 | 32 |
| Octal | 102 | 213 | 274 | 101 | 32 | 0 | 32 | 314 | 60 | 62 |
| Binary | 1000010 | 10001011 | 10111100 | 1000001 | 11010 | 0 | 11010 | 11001100 | 110000 | 110010 |
Color Harmonies of #428BBC
Complementary color
Monochromatic Colors of #428BBC
Black with #428BBC
Text Example
Text Example
White with #428BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428BBC; }
p { color: rgb(66,139,188); }
H1.HeaderClassName
{
color: #428BBC;
}
.AnyTagClassName
{
color: #428BBC;
}
</style>
background-color css
<style>
a { background-color: #428BBC; }
a { background-color: rgb(66,139,188); }
div.DivClassName
{
background-color: #428BBC;
}
.BgClassName
{
background-color: #428BBC;
}
</style>
border-color css
<style>
span { border-color: #428BBC; }
span { border-color: rgb(66,139,188); }
td.TdClassName
{
border-color: #428BBC;
}
.TagClassName
{
border-color: #428BBC;
}
</style>