Shades of Curious Blue #428ACE
Tints of Curious Blue #428ACE
RGB
CMYK
RGB Variations
Color information
#428ACE (or 0x428ACE) is known color: Curious Blue. HEX triplet: 42, 8A and CE. RGB value is (66,138,206). Sum of RGB (Red+Green+Blue) = 66+138+206=410 (54% of max value = 765). Red value is 66 (26.17% from 255 or 16.10% from 410); Green value is 138 (54.30% from 255 or 33.66% from 410); Blue value is 206 (80.86% from 255 or 50.24% from 410); Max value from RGB is 206 - color contains mainly: blue. Hex color #428ACE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #428ACE is #BD7531. Grayscale: #7B7B7B. Windows color (decimal): -12416306 or 13535810. OLE color: 13535810.
HSL color Cylindrical-coordinate representation of color #428ACE: hue angle of 209.14º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #428ACE is Cyan = 0.68, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 66 | 138 | 206 | - |
| CMYK | 0.68 | 0.33 | 0 | 0.19 |
| HSL | 209.14º | 0.59% | 0.53% | - |
| HSV(B) | 209.14º | 0.68% | 0.81% | - |
| XYZ | 22.48 | 23.79 | 61.8 | - |
| YUV | 124.22 | 174.15 | 86.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 138 | 206 | 0.68 | 0.33 | 0 | 0.19 | 209.14 | 0.59 | 0.53 |
| Hex | 42 | 8A | CE | 44 | 21 | 0 | 13 | D1 | 3B | 35 |
| Octal | 102 | 212 | 316 | 104 | 41 | 0 | 23 | 321 | 73 | 65 |
| Binary | 1000010 | 10001010 | 11001110 | 1000100 | 100001 | 0 | 10011 | 11010001 | 111011 | 110101 |
Color Harmonies of #428ACE
Complementary color
Monochromatic Colors of #428ACE
Black with #428ACE
Text Example
Text Example
White with #428ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428ACE; }
p { color: rgb(66,138,206); }
H1.HeaderClassName
{
color: #428ACE;
}
.AnyTagClassName
{
color: #428ACE;
}
</style>
background-color css
<style>
a { background-color: #428ACE; }
a { background-color: rgb(66,138,206); }
div.DivClassName
{
background-color: #428ACE;
}
.BgClassName
{
background-color: #428ACE;
}
</style>
border-color css
<style>
span { border-color: #428ACE; }
span { border-color: rgb(66,138,206); }
td.TdClassName
{
border-color: #428ACE;
}
.TagClassName
{
border-color: #428ACE;
}
</style>