Shades of Summer Sky #4297EA
Tints of Summer Sky #4297EA
RGB
CMYK
RGB Variations
Color information
#4297EA (or 0x4297EA) is known color: Summer Sky. HEX triplet: 42, 97 and EA. RGB value is (66,151,234). Sum of RGB (Red+Green+Blue) = 66+151+234=451 (59% of max value = 765). Red value is 66 (26.17% from 255 or 14.63% from 451); Green value is 151 (59.38% from 255 or 33.48% from 451); Blue value is 234 (91.80% from 255 or 51.88% from 451); Max value from RGB is 234 - color contains mainly: blue. Hex color #4297EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4297EA is #BD6815. Grayscale: #868686. Windows color (decimal): -12412950 or 15374146. OLE color: 15374146.
HSL color Cylindrical-coordinate representation of color #4297EA: hue angle of 209.64º 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 #4297EA is Cyan = 0.72, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 66 | 151 | 234 | - |
| CMYK | 0.72 | 0.35 | 0 | 0.08 |
| HSL | 209.64º | 0.8% | 0.59% | - |
| HSV(B) | 209.64º | 0.72% | 0.92% | - |
| XYZ | 28.16 | 29.23 | 82 | - |
| YUV | 135.05 | 183.84 | 78.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 151 | 234 | 0.72 | 0.35 | 0 | 0.08 | 209.64 | 0.8 | 0.59 |
| Hex | 42 | 97 | EA | 48 | 23 | 0 | 8 | D2 | 50 | 3B |
| Octal | 102 | 227 | 352 | 110 | 43 | 0 | 10 | 322 | 120 | 73 |
| Binary | 1000010 | 10010111 | 11101010 | 1001000 | 100011 | 0 | 1000 | 11010010 | 1010000 | 111011 |
Color Harmonies of #4297EA
Complementary color
Monochromatic Colors of #4297EA
Black with #4297EA
Text Example
Text Example
White with #4297EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4297EA; }
p { color: rgb(66,151,234); }
H1.HeaderClassName
{
color: #4297EA;
}
.AnyTagClassName
{
color: #4297EA;
}
</style>
background-color css
<style>
a { background-color: #4297EA; }
a { background-color: rgb(66,151,234); }
div.DivClassName
{
background-color: #4297EA;
}
.BgClassName
{
background-color: #4297EA;
}
</style>
border-color css
<style>
span { border-color: #4297EA; }
span { border-color: rgb(66,151,234); }
td.TdClassName
{
border-color: #4297EA;
}
.TagClassName
{
border-color: #4297EA;
}
</style>