Html Css Color HEX #40A2FA Summer Sky

📋 copy color: '#40A2FA'

red 64 ◦ green 162 ◦ blue 250

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

Shades of Summer Sky #40A2FA

Tints of Summer Sky #40A2FA

RGB

 RED value IS 64 (25.39% from 255) = 13.45%

 GREEN value IS 162 (63.67% from 255) = 34.03%

 BLUE value IS 250 (98.05% from 255) = 52.52%

R = 13.45%
G = 34.03%
B = 52.52%

CMYK

 C value IS 0.74

 M value IS 0.35

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#40A2FA (or 0x40A2FA) is known color: Summer Sky. HEX triplet: 40, A2 and FA. RGB value is (64,162,250). Sum of RGB (Red+Green+Blue) = 64+162+250=476 (63% of max value = 765). Red value is 64 (25.39% from 255 or 13.45% from 476); Green value is 162 (63.67% from 255 or 34.03% from 476); Blue value is 250 (98.05% from 255 or 52.52% from 476); Max value from RGB is 250 - color contains mainly: blue. Hex color #40A2FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #40A2FA is #BF5D05. Grayscale: #8E8E8E. Windows color (decimal): -12541190 or 16425536. OLE color: 16425536.

HSL color Cylindrical-coordinate representation of color #40A2FA: hue angle of 208.39º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #40A2FA is Cyan = 0.74, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 64 162 250 -
CMYK 0.74 0.35 0 0.02
HSL 208.39º 0.95% 0.62% -
HSV(B) 208.39º 0.74% 0.98% -
XYZ 32.29 33.83 95.27 -
YUV 142.73 188.53 71.84 -
System Red Green Blue C M Y K H S L
Decimal 64 162 250 0.74 0.35 0 0.02 208.39 0.95 0.62
Hex 40 A2 FA 4A 23 0 2 D0 5F 3E
Octal 100 242 372 112 43 0 2 320 137 76
Binary 1000000 10100010 11111010 1001010 100011 0 10 11010000 1011111 111110

Color Harmonies of #40A2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40A2FA

Black with #40A2FA

Text Example


Text Example

White with #40A2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40A2FA; }

 p { color: rgb(64,162,250); }

 H1.HeaderClassName
 {
   color: #40A2FA;
 }
 .AnyTagClassName
 {
   color: #40A2FA;
 }
</style>

background-color css

<style>
 a { background-color: #40A2FA; }

 a { background-color: rgb(64,162,250); }

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

border-color css

<style>
 span { border-color: #40A2FA; }

 span { border-color: rgb(64,162,250); }

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