Shades of Curious Blue #428FBB
Tints of Curious Blue #428FBB
RGB
CMYK
RGB Variations
Color information
#428FBB (or 0x428FBB) is known color: Curious Blue. HEX triplet: 42, 8F and BB. RGB value is (66,143,187). Sum of RGB (Red+Green+Blue) = 66+143+187=396 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.67% from 396); Green value is 143 (56.25% from 255 or 36.11% from 396); Blue value is 187 (73.44% from 255 or 47.22% from 396); Max value from RGB is 187 - color contains mainly: blue. Hex color #428FBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #428FBB is #BD7044. Grayscale: #7C7C7C. Windows color (decimal): -12415045 or 12291906. OLE color: 12291906.
HSL color Cylindrical-coordinate representation of color #428FBB: hue angle of 201.82º 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 #428FBB is Cyan = 0.65, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 66 | 143 | 187 | - |
| CMYK | 0.65 | 0.24 | 0 | 0.27 |
| HSL | 201.82º | 0.48% | 0.5% | - |
| HSV(B) | 201.82º | 0.65% | 0.73% | - |
| XYZ | 21.04 | 24.39 | 50.61 | - |
| YUV | 124.99 | 162.99 | 85.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 143 | 187 | 0.65 | 0.24 | 0 | 0.27 | 201.82 | 0.48 | 0.5 |
| Hex | 42 | 8F | BB | 41 | 18 | 0 | 1B | CA | 30 | 32 |
| Octal | 102 | 217 | 273 | 101 | 30 | 0 | 33 | 312 | 60 | 62 |
| Binary | 1000010 | 10001111 | 10111011 | 1000001 | 11000 | 0 | 11011 | 11001010 | 110000 | 110010 |
Color Harmonies of #428FBB
Complementary color
Monochromatic Colors of #428FBB
Black with #428FBB
Text Example
Text Example
White with #428FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428FBB; }
p { color: rgb(66,143,187); }
H1.HeaderClassName
{
color: #428FBB;
}
.AnyTagClassName
{
color: #428FBB;
}
</style>
background-color css
<style>
a { background-color: #428FBB; }
a { background-color: rgb(66,143,187); }
div.DivClassName
{
background-color: #428FBB;
}
.BgClassName
{
background-color: #428FBB;
}
</style>
border-color css
<style>
span { border-color: #428FBB; }
span { border-color: rgb(66,143,187); }
td.TdClassName
{
border-color: #428FBB;
}
.TagClassName
{
border-color: #428FBB;
}
</style>