Html Css Color HEX #42A5DB Summer Sky

📋 copy color: '#42A5DB'

red 66 ◦ green 165 ◦ blue 219

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

Shades of Summer Sky #42A5DB

Tints of Summer Sky #42A5DB

RGB

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

 GREEN value IS 165 (64.84% from 255) = 36.67%

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

R = 14.67%
G = 36.67%
B = 48.67%

CMYK

 C value IS 0.70

 M value IS 0.25

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#42A5DB (or 0x42A5DB) is known color: Summer Sky. HEX triplet: 42, A5 and DB. RGB value is (66,165,219). Sum of RGB (Red+Green+Blue) = 66+165+219=450 (59% of max value = 765). Red value is 66 (26.17% from 255 or 14.67% from 450); Green value is 165 (64.84% from 255 or 36.67% from 450); Blue value is 219 (85.94% from 255 or 48.67% from 450); Max value from RGB is 219 - color contains mainly: blue. Hex color #42A5DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #42A5DB is #BD5A24. Grayscale: #8D8D8D. Windows color (decimal): -12409381 or 14394690. OLE color: 14394690.

HSL color Cylindrical-coordinate representation of color #42A5DB: hue angle of 201.18º 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 #42A5DB is Cyan = 0.70, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 66 165 219 -
CMYK 0.70 0.25 0 0.14
HSL 201.18º 0.68% 0.56% -
HSV(B) 201.18º 0.7% 0.86% -
XYZ 28.49 33.18 71.92 -
YUV 141.56 171.7 74.11 -
System Red Green Blue C M Y K H S L
Decimal 66 165 219 0.70 0.25 0 0.14 201.18 0.68 0.56
Hex 42 A5 DB 46 19 0 E C9 44 38
Octal 102 245 333 106 31 0 16 311 104 70
Binary 1000010 10100101 11011011 1000110 11001 0 1110 11001001 1000100 111000

Color Harmonies of #42A5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42A5DB

Black with #42A5DB

Text Example


Text Example

White with #42A5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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