Shades of Curious Blue #428DBB
Tints of Curious Blue #428DBB
RGB
CMYK
RGB Variations
Color information
#428DBB (or 0x428DBB) is known color: Curious Blue. HEX triplet: 42, 8D and BB. RGB value is (66,141,187). Sum of RGB (Red+Green+Blue) = 66+141+187=394 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.75% from 394); Green value is 141 (55.47% from 255 or 35.79% from 394); Blue value is 187 (73.44% from 255 or 47.46% from 394); Max value from RGB is 187 - color contains mainly: blue. Hex color #428DBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #428DBB is #BD7244. Grayscale: #7B7B7B. Windows color (decimal): -12415557 or 12291394. OLE color: 12291394.
HSL color Cylindrical-coordinate representation of color #428DBB: hue angle of 202.81º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #428DBB is Cyan = 0.65, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 66 | 141 | 187 | - |
| CMYK | 0.65 | 0.25 | 0 | 0.27 |
| HSL | 202.81º | 0.48% | 0.5% | - |
| HSV(B) | 202.81º | 0.65% | 0.73% | - |
| XYZ | 20.74 | 23.8 | 50.51 | - |
| YUV | 123.82 | 163.65 | 86.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 141 | 187 | 0.65 | 0.25 | 0 | 0.27 | 202.81 | 0.48 | 0.5 |
| Hex | 42 | 8D | BB | 41 | 19 | 0 | 1B | CB | 30 | 32 |
| Octal | 102 | 215 | 273 | 101 | 31 | 0 | 33 | 313 | 60 | 62 |
| Binary | 1000010 | 10001101 | 10111011 | 1000001 | 11001 | 0 | 11011 | 11001011 | 110000 | 110010 |
Color Harmonies of #428DBB
Complementary color
Monochromatic Colors of #428DBB
Black with #428DBB
Text Example
Text Example
White with #428DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428DBB; }
p { color: rgb(66,141,187); }
H1.HeaderClassName
{
color: #428DBB;
}
.AnyTagClassName
{
color: #428DBB;
}
</style>
background-color css
<style>
a { background-color: #428DBB; }
a { background-color: rgb(66,141,187); }
div.DivClassName
{
background-color: #428DBB;
}
.BgClassName
{
background-color: #428DBB;
}
</style>
border-color css
<style>
span { border-color: #428DBB; }
span { border-color: rgb(66,141,187); }
td.TdClassName
{
border-color: #428DBB;
}
.TagClassName
{
border-color: #428DBB;
}
</style>