Shades of Summer Sky #429EF1
Tints of Summer Sky #429EF1
RGB
CMYK
RGB Variations
Color information
#429EF1 (or 0x429EF1) is known color: Summer Sky. HEX triplet: 42, 9E and F1. RGB value is (66,158,241). Sum of RGB (Red+Green+Blue) = 66+158+241=465 (61% of max value = 765). Red value is 66 (26.17% from 255 or 14.19% from 465); Green value is 158 (62.11% from 255 or 33.98% from 465); Blue value is 241 (94.53% from 255 or 51.83% from 465); Max value from RGB is 241 - color contains mainly: blue. Hex color #429EF1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #429EF1 is #BD610E. Grayscale: #8B8B8B. Windows color (decimal): -12411151 or 15834690. OLE color: 15834690.
HSL color Cylindrical-coordinate representation of color #429EF1: hue angle of 208.46º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #429EF1 is Cyan = 0.73, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 66 | 158 | 241 | - |
| CMYK | 0.73 | 0.34 | 0 | 0.05 |
| HSL | 208.46º | 0.86% | 0.6% | - |
| HSV(B) | 208.46º | 0.73% | 0.95% | - |
| XYZ | 30.35 | 31.96 | 87.79 | - |
| YUV | 139.95 | 185.02 | 75.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 158 | 241 | 0.73 | 0.34 | 0 | 0.05 | 208.46 | 0.86 | 0.6 |
| Hex | 42 | 9E | F1 | 49 | 22 | 0 | 5 | D0 | 56 | 3C |
| Octal | 102 | 236 | 361 | 111 | 42 | 0 | 5 | 320 | 126 | 74 |
| Binary | 1000010 | 10011110 | 11110001 | 1001001 | 100010 | 0 | 101 | 11010000 | 1010110 | 111100 |
Color Harmonies of #429EF1
Complementary color
Monochromatic Colors of #429EF1
Black with #429EF1
Text Example
Text Example
White with #429EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429EF1; }
p { color: rgb(66,158,241); }
H1.HeaderClassName
{
color: #429EF1;
}
.AnyTagClassName
{
color: #429EF1;
}
</style>
background-color css
<style>
a { background-color: #429EF1; }
a { background-color: rgb(66,158,241); }
div.DivClassName
{
background-color: #429EF1;
}
.BgClassName
{
background-color: #429EF1;
}
</style>
border-color css
<style>
span { border-color: #429EF1; }
span { border-color: rgb(66,158,241); }
td.TdClassName
{
border-color: #429EF1;
}
.TagClassName
{
border-color: #429EF1;
}
</style>