Html Css Color HEX #429EEA Summer Sky

📋 copy color: '#429EEA'

red 66 ◦ green 158 ◦ blue 234

#429EEA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Summer Sky #429EEA

Tints of Summer Sky #429EEA

RGB

 RED value IS 66 (26.17% from 255) = 14.41%

 GREEN value IS 158 (62.11% from 255) = 34.5%

 BLUE value IS 234 (91.8% from 255) = 51.09%

R = 14.41%
G = 34.5%
B = 51.09%

CMYK

 C value IS 0.72

 M value IS 0.32

 Y value IS 0

 K value IS 0.08

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#429EEA (or 0x429EEA) is known color: Summer Sky. HEX triplet: 42, 9E and EA. RGB value is (66,158,234). Sum of RGB (Red+Green+Blue) = 66+158+234=458 (60% of max value = 765). Red value is 66 (26.17% from 255 or 14.41% from 458); Green value is 158 (62.11% from 255 or 34.50% from 458); Blue value is 234 (91.80% from 255 or 51.09% from 458); Max value from RGB is 234 - color contains mainly: blue. Hex color #429EEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #429EEA is #BD6115. Grayscale: #8A8A8A. Windows color (decimal): -12411158 or 15375938. OLE color: 15375938.

HSL color Cylindrical-coordinate representation of color #429EEA: hue angle of 207.14º 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 #429EEA is Cyan = 0.72, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 66 158 234 -
CMYK 0.72 0.32 0 0.08
HSL 207.14º 0.8% 0.59% -
HSV(B) 207.14º 0.72% 0.92% -
XYZ 29.32 31.55 82.39 -
YUV 139.16 181.52 75.82 -
System Red Green Blue C M Y K H S L
Decimal 66 158 234 0.72 0.32 0 0.08 207.14 0.8 0.59
Hex 42 9E EA 48 20 0 8 CF 50 3B
Octal 102 236 352 110 40 0 10 317 120 73
Binary 1000010 10011110 11101010 1001000 100000 0 1000 11001111 1010000 111011

Color Harmonies of #429EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429EEA

Black with #429EEA

Text Example


Text Example

White with #429EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429EEA; }

 p { color: rgb(66,158,234); }

 H1.HeaderClassName
 {
   color: #429EEA;
 }
 .AnyTagClassName
 {
   color: #429EEA;
 }
</style>

background-color css

<style>
 a { background-color: #429EEA; }

 a { background-color: rgb(66,158,234); }

 div.DivClassName
 {
   background-color: #429EEA;
 }
 .BgClassName
 {
   background-color: #429EEA;
 }
</style>

border-color css

<style>
 span { border-color: #429EEA; }

 span { border-color: rgb(66,158,234); }

 td.TdClassName
 {
   border-color: #429EEA;
 }
 .TagClassName
 {
   border-color: #429EEA;
 }
</style>