Html Css Color HEX #42A5F5 Summer Sky

📋 copy color: '#42A5F5'

red 66 ◦ green 165 ◦ blue 245

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

Shades of Summer Sky #42A5F5

Tints of Summer Sky #42A5F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 51.47%

R = 13.87%
G = 34.66%
B = 51.47%

CMYK

 C value IS 0.73

 M value IS 0.33

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#42A5F5 (or 0x42A5F5) is known color: Summer Sky. HEX triplet: 42, A5 and F5. RGB value is (66,165,245). Sum of RGB (Red+Green+Blue) = 66+165+245=476 (63% of max value = 765). Red value is 66 (26.17% from 255 or 13.87% from 476); Green value is 165 (64.84% from 255 or 34.66% from 476); Blue value is 245 (96.09% from 255 or 51.47% from 476); Max value from RGB is 245 - color contains mainly: blue. Hex color #42A5F5 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #42A5F5 is #BD5A0A. Grayscale: #909090. Windows color (decimal): -12409355 or 16098626. OLE color: 16098626.

HSL color Cylindrical-coordinate representation of color #42A5F5: hue angle of 206.82º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42A5F5 is Cyan = 0.73, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 66 165 245 -
CMYK 0.73 0.33 0 0.04
HSL 206.82º 0.9% 0.61% -
HSV(B) 206.82º 0.73% 0.96% -
XYZ 32.18 34.66 91.38 -
YUV 144.52 184.7 72 -
System Red Green Blue C M Y K H S L
Decimal 66 165 245 0.73 0.33 0 0.04 206.82 0.9 0.61
Hex 42 A5 F5 49 21 0 4 CF 5A 3D
Octal 102 245 365 111 41 0 4 317 132 75
Binary 1000010 10100101 11110101 1001001 100001 0 100 11001111 1011010 111101

Color Harmonies of #42A5F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42A5F5

Black with #42A5F5

Text Example


Text Example

White with #42A5F5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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