Html Css Color HEX #429AF1 Summer Sky

📋 copy color: '#429AF1'

red 66 ◦ green 154 ◦ blue 241

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

Shades of Summer Sky #429AF1

Tints of Summer Sky #429AF1

RGB

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

 GREEN value IS 154 (60.55% from 255) = 33.41%

 BLUE value IS 241 (94.53% from 255) = 52.28%

R = 14.32%
G = 33.41%
B = 52.28%

CMYK

 C value IS 0.73

 M value IS 0.36

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#429AF1 (or 0x429AF1) is known color: Summer Sky. HEX triplet: 42, 9A and F1. RGB value is (66,154,241). Sum of RGB (Red+Green+Blue) = 66+154+241=461 (61% of max value = 765). Red value is 66 (26.17% from 255 or 14.32% from 461); Green value is 154 (60.55% from 255 or 33.41% from 461); Blue value is 241 (94.53% from 255 or 52.28% from 461); Max value from RGB is 241 - color contains mainly: blue. Hex color #429AF1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #429AF1 is #BD650E. Grayscale: #898989. Windows color (decimal): -12412175 or 15833666. OLE color: 15833666.

HSL color Cylindrical-coordinate representation of color #429AF1: hue angle of 209.83º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #429AF1 is Cyan = 0.73, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 66 154 241 -
CMYK 0.73 0.36 0 0.05
HSL 209.83º 0.86% 0.6% -
HSV(B) 209.83º 0.73% 0.95% -
XYZ 29.68 30.62 87.57 -
YUV 137.61 186.35 76.93 -
System Red Green Blue C M Y K H S L
Decimal 66 154 241 0.73 0.36 0 0.05 209.83 0.86 0.6
Hex 42 9A F1 49 24 0 5 D2 56 3C
Octal 102 232 361 111 44 0 5 322 126 74
Binary 1000010 10011010 11110001 1001001 100100 0 101 11010010 1010110 111100

Color Harmonies of #429AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429AF1

Black with #429AF1

Text Example


Text Example

White with #429AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,154,241); }

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

background-color css

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

 a { background-color: rgb(66,154,241); }

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

border-color css

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

 span { border-color: rgb(66,154,241); }

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