Shades of Curious Blue #428BD1
Tints of Curious Blue #428BD1
RGB
CMYK
RGB Variations
Color information
#428BD1 (or 0x428BD1) is known color: Curious Blue. HEX triplet: 42, 8B and D1. RGB value is (66,139,209). Sum of RGB (Red+Green+Blue) = 66+139+209=414 (54% of max value = 765). Red value is 66 (26.17% from 255 or 15.94% from 414); Green value is 139 (54.69% from 255 or 33.57% from 414); Blue value is 209 (82.03% from 255 or 50.48% from 414); Max value from RGB is 209 - color contains mainly: blue. Hex color #428BD1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #428BD1 is #BD742E. Grayscale: #7C7C7C. Windows color (decimal): -12416047 or 13732674. OLE color: 13732674.
HSL color Cylindrical-coordinate representation of color #428BD1: hue angle of 209.37º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #428BD1 is Cyan = 0.68, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 66 | 139 | 209 | - |
| CMYK | 0.68 | 0.33 | 0 | 0.18 |
| HSL | 209.37º | 0.61% | 0.54% | - |
| HSV(B) | 209.37º | 0.68% | 0.82% | - |
| XYZ | 22.99 | 24.23 | 63.79 | - |
| YUV | 125.15 | 175.32 | 85.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 139 | 209 | 0.68 | 0.33 | 0 | 0.18 | 209.37 | 0.61 | 0.54 |
| Hex | 42 | 8B | D1 | 44 | 21 | 0 | 12 | D1 | 3D | 36 |
| Octal | 102 | 213 | 321 | 104 | 41 | 0 | 22 | 321 | 75 | 66 |
| Binary | 1000010 | 10001011 | 11010001 | 1000100 | 100001 | 0 | 10010 | 11010001 | 111101 | 110110 |
Color Harmonies of #428BD1
Complementary color
Monochromatic Colors of #428BD1
Black with #428BD1
Text Example
Text Example
White with #428BD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428BD1; }
p { color: rgb(66,139,209); }
H1.HeaderClassName
{
color: #428BD1;
}
.AnyTagClassName
{
color: #428BD1;
}
</style>
background-color css
<style>
a { background-color: #428BD1; }
a { background-color: rgb(66,139,209); }
div.DivClassName
{
background-color: #428BD1;
}
.BgClassName
{
background-color: #428BD1;
}
</style>
border-color css
<style>
span { border-color: #428BD1; }
span { border-color: rgb(66,139,209); }
td.TdClassName
{
border-color: #428BD1;
}
.TagClassName
{
border-color: #428BD1;
}
</style>