Shades of Curious Blue #428EC2
Tints of Curious Blue #428EC2
RGB
CMYK
RGB Variations
Color information
#428EC2 (or 0x428EC2) is known color: Curious Blue. HEX triplet: 42, 8E and C2. RGB value is (66,142,194). Sum of RGB (Red+Green+Blue) = 66+142+194=402 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.42% from 402); Green value is 142 (55.86% from 255 or 35.32% from 402); Blue value is 194 (76.17% from 255 or 48.26% from 402); Max value from RGB is 194 - color contains mainly: blue. Hex color #428EC2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #428EC2 is #BD713D. Grayscale: #7C7C7C. Windows color (decimal): -12415294 or 12750402. OLE color: 12750402.
HSL color Cylindrical-coordinate representation of color #428EC2: hue angle of 204.38º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #428EC2 is Cyan = 0.66, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 66 | 142 | 194 | - |
| CMYK | 0.66 | 0.27 | 0 | 0.24 |
| HSL | 204.38º | 0.51% | 0.51% | - |
| HSV(B) | 204.38º | 0.66% | 0.76% | - |
| XYZ | 21.66 | 24.4 | 54.61 | - |
| YUV | 125.2 | 166.82 | 85.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 142 | 194 | 0.66 | 0.27 | 0 | 0.24 | 204.38 | 0.51 | 0.51 |
| Hex | 42 | 8E | C2 | 42 | 1B | 0 | 18 | CC | 33 | 33 |
| Octal | 102 | 216 | 302 | 102 | 33 | 0 | 30 | 314 | 63 | 63 |
| Binary | 1000010 | 10001110 | 11000010 | 1000010 | 11011 | 0 | 11000 | 11001100 | 110011 | 110011 |
Color Harmonies of #428EC2
Complementary color
Monochromatic Colors of #428EC2
Black with #428EC2
Text Example
Text Example
White with #428EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428EC2; }
p { color: rgb(66,142,194); }
H1.HeaderClassName
{
color: #428EC2;
}
.AnyTagClassName
{
color: #428EC2;
}
</style>
background-color css
<style>
a { background-color: #428EC2; }
a { background-color: rgb(66,142,194); }
div.DivClassName
{
background-color: #428EC2;
}
.BgClassName
{
background-color: #428EC2;
}
</style>
border-color css
<style>
span { border-color: #428EC2; }
span { border-color: rgb(66,142,194); }
td.TdClassName
{
border-color: #428EC2;
}
.TagClassName
{
border-color: #428EC2;
}
</style>