Shades of Summer Sky #429BF4
Tints of Summer Sky #429BF4
RGB
CMYK
RGB Variations
Color information
#429BF4 (or 0x429BF4) is known color: Summer Sky. HEX triplet: 42, 9B and F4. RGB value is (66,155,244). Sum of RGB (Red+Green+Blue) = 66+155+244=465 (61% of max value = 765). Red value is 66 (26.17% from 255 or 14.19% from 465); Green value is 155 (60.94% from 255 or 33.33% from 465); Blue value is 244 (95.70% from 255 or 52.47% from 465); Max value from RGB is 244 - color contains mainly: blue. Hex color #429BF4 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #429BF4 is #BD640B. Grayscale: #8A8A8A. Windows color (decimal): -12411916 or 16030530. OLE color: 16030530.
HSL color Cylindrical-coordinate representation of color #429BF4: hue angle of 210º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #429BF4 is Cyan = 0.73, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 66 | 155 | 244 | - |
| CMYK | 0.73 | 0.36 | 0 | 0.04 |
| HSL | 210º | 0.89% | 0.61% | - |
| HSV(B) | 210º | 0.73% | 0.96% | - |
| XYZ | 30.3 | 31.13 | 90 | - |
| YUV | 138.54 | 187.51 | 76.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 155 | 244 | 0.73 | 0.36 | 0 | 0.04 | 210 | 0.89 | 0.61 |
| Hex | 42 | 9B | F4 | 49 | 24 | 0 | 4 | D2 | 59 | 3D |
| Octal | 102 | 233 | 364 | 111 | 44 | 0 | 4 | 322 | 131 | 75 |
| Binary | 1000010 | 10011011 | 11110100 | 1001001 | 100100 | 0 | 100 | 11010010 | 1011001 | 111101 |
Color Harmonies of #429BF4
Complementary color
Monochromatic Colors of #429BF4
Black with #429BF4
Text Example
Text Example
White with #429BF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429BF4; }
p { color: rgb(66,155,244); }
H1.HeaderClassName
{
color: #429BF4;
}
.AnyTagClassName
{
color: #429BF4;
}
</style>
background-color css
<style>
a { background-color: #429BF4; }
a { background-color: rgb(66,155,244); }
div.DivClassName
{
background-color: #429BF4;
}
.BgClassName
{
background-color: #429BF4;
}
</style>
border-color css
<style>
span { border-color: #429BF4; }
span { border-color: rgb(66,155,244); }
td.TdClassName
{
border-color: #429BF4;
}
.TagClassName
{
border-color: #429BF4;
}
</style>