Html Css Color HEX #429FDB Summer Sky

📋 copy color: '#429FDB'

red 66 ◦ green 159 ◦ blue 219

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

Shades of Summer Sky #429FDB

Tints of Summer Sky #429FDB

RGB

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

 GREEN value IS 159 (62.5% from 255) = 35.81%

 BLUE value IS 219 (85.94% from 255) = 49.32%

R = 14.86%
G = 35.81%
B = 49.32%

CMYK

 C value IS 0.70

 M value IS 0.27

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#429FDB (or 0x429FDB) is known color: Summer Sky. HEX triplet: 42, 9F and DB. RGB value is (66,159,219). Sum of RGB (Red+Green+Blue) = 66+159+219=444 (58% of max value = 765). Red value is 66 (26.17% from 255 or 14.86% from 444); Green value is 159 (62.5% from 255 or 35.81% from 444); Blue value is 219 (85.94% from 255 or 49.32% from 444); Max value from RGB is 219 - color contains mainly: blue. Hex color #429FDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #429FDB is #BD6024. Grayscale: #898989. Windows color (decimal): -12410917 or 14393154. OLE color: 14393154.

HSL color Cylindrical-coordinate representation of color #429FDB: hue angle of 203.53º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #429FDB is Cyan = 0.70, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 66 159 219 -
CMYK 0.70 0.27 0 0.14
HSL 203.53º 0.68% 0.56% -
HSV(B) 203.53º 0.7% 0.86% -
XYZ 27.43 31.07 71.57 -
YUV 138.03 173.69 76.62 -
System Red Green Blue C M Y K H S L
Decimal 66 159 219 0.70 0.27 0 0.14 203.53 0.68 0.56
Hex 42 9F DB 46 1B 0 E CC 44 38
Octal 102 237 333 106 33 0 16 314 104 70
Binary 1000010 10011111 11011011 1000110 11011 0 1110 11001100 1000100 111000

Color Harmonies of #429FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429FDB

Black with #429FDB

Text Example


Text Example

White with #429FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,159,219); }

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

background-color css

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

 a { background-color: rgb(66,159,219); }

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

border-color css

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

 span { border-color: rgb(66,159,219); }

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