Shades of Curious Blue #428BBF
Tints of Curious Blue #428BBF
RGB
CMYK
RGB Variations
Color information
#428BBF (or 0x428BBF) is known color: Curious Blue. HEX triplet: 42, 8B and BF. RGB value is (66,139,191). Sum of RGB (Red+Green+Blue) = 66+139+191=396 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.67% from 396); Green value is 139 (54.69% from 255 or 35.10% from 396); Blue value is 191 (75% from 255 or 48.23% from 396); Max value from RGB is 191 - color contains mainly: blue. Hex color #428BBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #428BBF is #BD7440. Grayscale: #7A7A7A. Windows color (decimal): -12416065 or 12553026. OLE color: 12553026.
HSL color Cylindrical-coordinate representation of color #428BBF: hue angle of 204.96º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #428BBF is Cyan = 0.65, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 66 | 139 | 191 | - |
| CMYK | 0.65 | 0.27 | 0 | 0.25 |
| HSL | 204.96º | 0.49% | 0.5% | - |
| HSV(B) | 204.96º | 0.65% | 0.75% | - |
| XYZ | 20.88 | 23.39 | 52.7 | - |
| YUV | 123.1 | 166.32 | 87.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 139 | 191 | 0.65 | 0.27 | 0 | 0.25 | 204.96 | 0.49 | 0.5 |
| Hex | 42 | 8B | BF | 41 | 1B | 0 | 19 | CD | 31 | 32 |
| Octal | 102 | 213 | 277 | 101 | 33 | 0 | 31 | 315 | 61 | 62 |
| Binary | 1000010 | 10001011 | 10111111 | 1000001 | 11011 | 0 | 11001 | 11001101 | 110001 | 110010 |
Color Harmonies of #428BBF
Complementary color
Monochromatic Colors of #428BBF
Black with #428BBF
Text Example
Text Example
White with #428BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428BBF; }
p { color: rgb(66,139,191); }
H1.HeaderClassName
{
color: #428BBF;
}
.AnyTagClassName
{
color: #428BBF;
}
</style>
background-color css
<style>
a { background-color: #428BBF; }
a { background-color: rgb(66,139,191); }
div.DivClassName
{
background-color: #428BBF;
}
.BgClassName
{
background-color: #428BBF;
}
</style>
border-color css
<style>
span { border-color: #428BBF; }
span { border-color: rgb(66,139,191); }
td.TdClassName
{
border-color: #428BBF;
}
.TagClassName
{
border-color: #428BBF;
}
</style>