Html Css Color HEX #429CEA Summer Sky

📋 copy color: '#429CEA'

red 66 ◦ green 156 ◦ blue 234

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

Shades of Summer Sky #429CEA

Tints of Summer Sky #429CEA

RGB

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

 GREEN value IS 156 (61.33% from 255) = 34.21%

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

R = 14.47%
G = 34.21%
B = 51.32%

CMYK

 C value IS 0.72

 M value IS 0.33

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#429CEA (or 0x429CEA) is known color: Summer Sky. HEX triplet: 42, 9C and EA. RGB value is (66,156,234). Sum of RGB (Red+Green+Blue) = 66+156+234=456 (60% of max value = 765). Red value is 66 (26.17% from 255 or 14.47% from 456); Green value is 156 (61.33% from 255 or 34.21% from 456); Blue value is 234 (91.80% from 255 or 51.32% from 456); Max value from RGB is 234 - color contains mainly: blue. Hex color #429CEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #429CEA is #BD6315. Grayscale: #898989. Windows color (decimal): -12411670 or 15375426. OLE color: 15375426.

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

Color convert

RGB 66 156 234 -
CMYK 0.72 0.33 0 0.08
HSL 207.86º 0.8% 0.59% -
HSV(B) 207.86º 0.72% 0.92% -
XYZ 28.99 30.88 82.27 -
YUV 137.98 182.18 76.66 -
System Red Green Blue C M Y K H S L
Decimal 66 156 234 0.72 0.33 0 0.08 207.86 0.8 0.59
Hex 42 9C EA 48 21 0 8 D0 50 3B
Octal 102 234 352 110 41 0 10 320 120 73
Binary 1000010 10011100 11101010 1001000 100001 0 1000 11010000 1010000 111011

Color Harmonies of #429CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429CEA

Black with #429CEA

Text Example


Text Example

White with #429CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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