Html Css Color HEX #42A2FD Summer Sky

📋 copy color: '#42A2FD'

red 66 ◦ green 162 ◦ blue 253

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

Shades of Summer Sky #42A2FD

Tints of Summer Sky #42A2FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 52.6%

R = 13.72%
G = 33.68%
B = 52.6%

CMYK

 C value IS 0.74

 M value IS 0.36

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#42A2FD (or 0x42A2FD) is known color: Summer Sky. HEX triplet: 42, A2 and FD. RGB value is (66,162,253). Sum of RGB (Red+Green+Blue) = 66+162+253=481 (63% of max value = 765). Red value is 66 (26.17% from 255 or 13.72% from 481); Green value is 162 (63.67% from 255 or 33.68% from 481); Blue value is 253 (99.22% from 255 or 52.60% from 481); Max value from RGB is 253 - color contains mainly: blue. Hex color #42A2FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #42A2FD is #BD5D02. Grayscale: #8F8F8F. Windows color (decimal): -12410115 or 16622146. OLE color: 16622146.

HSL color Cylindrical-coordinate representation of color #42A2FD: hue angle of 209.2º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42A2FD is Cyan = 0.74, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 66 162 253 -
CMYK 0.74 0.36 0 0.01
HSL 209.2º 0.98% 0.63% -
HSV(B) 209.2º 0.74% 0.99% -
XYZ 32.9 34.09 97.77 -
YUV 143.67 189.7 72.6 -
System Red Green Blue C M Y K H S L
Decimal 66 162 253 0.74 0.36 0 0.01 209.2 0.98 0.63
Hex 42 A2 FD 4A 24 0 1 D1 62 3F
Octal 102 242 375 112 44 0 1 321 142 77
Binary 1000010 10100010 11111101 1001010 100100 0 1 11010001 1100010 111111

Color Harmonies of #42A2FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42A2FD

Black with #42A2FD

Text Example


Text Example

White with #42A2FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42A2FD; }

 p { color: rgb(66,162,253); }

 H1.HeaderClassName
 {
   color: #42A2FD;
 }
 .AnyTagClassName
 {
   color: #42A2FD;
 }
</style>

background-color css

<style>
 a { background-color: #42A2FD; }

 a { background-color: rgb(66,162,253); }

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

border-color css

<style>
 span { border-color: #42A2FD; }

 span { border-color: rgb(66,162,253); }

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