Html Css Color HEX #429EF0 Summer Sky

📋 copy color: '#429EF0'

red 66 ◦ green 158 ◦ blue 240

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

Shades of Summer Sky #429EF0

Tints of Summer Sky #429EF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 51.72%

R = 14.22%
G = 34.05%
B = 51.72%

CMYK

 C value IS 0.72

 M value IS 0.34

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#429EF0 (or 0x429EF0) is known color: Summer Sky. HEX triplet: 42, 9E and F0. RGB value is (66,158,240). Sum of RGB (Red+Green+Blue) = 66+158+240=464 (61% of max value = 765). Red value is 66 (26.17% from 255 or 14.22% from 464); Green value is 158 (62.11% from 255 or 34.05% from 464); Blue value is 240 (94.14% from 255 or 51.72% from 464); Max value from RGB is 240 - color contains mainly: blue. Hex color #429EF0 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #429EF0 is #BD610F. Grayscale: #8B8B8B. Windows color (decimal): -12411152 or 15769154. OLE color: 15769154.

HSL color Cylindrical-coordinate representation of color #429EF0: hue angle of 208.28º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #429EF0 is Cyan = 0.72, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 66 158 240 -
CMYK 0.72 0.34 0 0.06
HSL 208.28º 0.85% 0.6% -
HSV(B) 208.28º 0.73% 0.94% -
XYZ 30.2 31.9 87 -
YUV 139.84 184.52 75.33 -
System Red Green Blue C M Y K H S L
Decimal 66 158 240 0.72 0.34 0 0.06 208.28 0.85 0.6
Hex 42 9E F0 48 22 0 6 D0 55 3C
Octal 102 236 360 110 42 0 6 320 125 74
Binary 1000010 10011110 11110000 1001000 100010 0 110 11010000 1010101 111100

Color Harmonies of #429EF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429EF0

Black with #429EF0

Text Example


Text Example

White with #429EF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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