Shades of Summer Sky #4298EA
Tints of Summer Sky #4298EA
RGB
CMYK
RGB Variations
Color information
#4298EA (or 0x4298EA) is known color: Summer Sky. HEX triplet: 42, 98 and EA. RGB value is (66,152,234). Sum of RGB (Red+Green+Blue) = 66+152+234=452 (59% of max value = 765). Red value is 66 (26.17% from 255 or 14.60% from 452); Green value is 152 (59.77% from 255 or 33.63% from 452); Blue value is 234 (91.80% from 255 or 51.77% from 452); Max value from RGB is 234 - color contains mainly: blue. Hex color #4298EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4298EA is #BD6715. Grayscale: #878787. Windows color (decimal): -12412694 or 15374402. OLE color: 15374402.
HSL color Cylindrical-coordinate representation of color #4298EA: hue angle of 209.29º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4298EA is Cyan = 0.72, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 66 | 152 | 234 | - |
| CMYK | 0.72 | 0.35 | 0 | 0.08 |
| HSL | 209.29º | 0.8% | 0.59% | - |
| HSV(B) | 209.29º | 0.72% | 0.92% | - |
| XYZ | 28.33 | 29.56 | 82.05 | - |
| YUV | 135.63 | 183.51 | 78.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 152 | 234 | 0.72 | 0.35 | 0 | 0.08 | 209.29 | 0.8 | 0.59 |
| Hex | 42 | 98 | EA | 48 | 23 | 0 | 8 | D1 | 50 | 3B |
| Octal | 102 | 230 | 352 | 110 | 43 | 0 | 10 | 321 | 120 | 73 |
| Binary | 1000010 | 10011000 | 11101010 | 1001000 | 100011 | 0 | 1000 | 11010001 | 1010000 | 111011 |
Color Harmonies of #4298EA
Complementary color
Monochromatic Colors of #4298EA
Black with #4298EA
Text Example
Text Example
White with #4298EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4298EA; }
p { color: rgb(66,152,234); }
H1.HeaderClassName
{
color: #4298EA;
}
.AnyTagClassName
{
color: #4298EA;
}
</style>
background-color css
<style>
a { background-color: #4298EA; }
a { background-color: rgb(66,152,234); }
div.DivClassName
{
background-color: #4298EA;
}
.BgClassName
{
background-color: #4298EA;
}
</style>
border-color css
<style>
span { border-color: #4298EA; }
span { border-color: rgb(66,152,234); }
td.TdClassName
{
border-color: #4298EA;
}
.TagClassName
{
border-color: #4298EA;
}
</style>