Shades of Curious Blue #428FBC
Tints of Curious Blue #428FBC
RGB
CMYK
RGB Variations
Color information
#428FBC (or 0x428FBC) is known color: Curious Blue. HEX triplet: 42, 8F and BC. RGB value is (66,143,188). Sum of RGB (Red+Green+Blue) = 66+143+188=397 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.62% from 397); Green value is 143 (56.25% from 255 or 36.02% from 397); Blue value is 188 (73.83% from 255 or 47.36% from 397); Max value from RGB is 188 - color contains mainly: blue. Hex color #428FBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #428FBC is #BD7043. Grayscale: #7C7C7C. Windows color (decimal): -12415044 or 12357442. OLE color: 12357442.
HSL color Cylindrical-coordinate representation of color #428FBC: hue angle of 202.13º 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 #428FBC is Cyan = 0.65, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 66 | 143 | 188 | - |
| CMYK | 0.65 | 0.24 | 0 | 0.26 |
| HSL | 202.13º | 0.48% | 0.5% | - |
| HSV(B) | 202.13º | 0.65% | 0.74% | - |
| XYZ | 21.15 | 24.43 | 51.18 | - |
| YUV | 125.11 | 163.49 | 85.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 143 | 188 | 0.65 | 0.24 | 0 | 0.26 | 202.13 | 0.48 | 0.5 |
| Hex | 42 | 8F | BC | 41 | 18 | 0 | 1A | CA | 30 | 32 |
| Octal | 102 | 217 | 274 | 101 | 30 | 0 | 32 | 312 | 60 | 62 |
| Binary | 1000010 | 10001111 | 10111100 | 1000001 | 11000 | 0 | 11010 | 11001010 | 110000 | 110010 |
Color Harmonies of #428FBC
Complementary color
Monochromatic Colors of #428FBC
Black with #428FBC
Text Example
Text Example
White with #428FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428FBC; }
p { color: rgb(66,143,188); }
H1.HeaderClassName
{
color: #428FBC;
}
.AnyTagClassName
{
color: #428FBC;
}
</style>
background-color css
<style>
a { background-color: #428FBC; }
a { background-color: rgb(66,143,188); }
div.DivClassName
{
background-color: #428FBC;
}
.BgClassName
{
background-color: #428FBC;
}
</style>
border-color css
<style>
span { border-color: #428FBC; }
span { border-color: rgb(66,143,188); }
td.TdClassName
{
border-color: #428FBC;
}
.TagClassName
{
border-color: #428FBC;
}
</style>