Html Css Color HEX #42A1F0 Summer Sky

📋 copy color: '#42A1F0'

red 66 ◦ green 161 ◦ blue 240

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

Shades of Summer Sky #42A1F0

Tints of Summer Sky #42A1F0

RGB

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

 GREEN value IS 161 (63.28% from 255) = 34.48%

 BLUE value IS 240 (94.14% from 255) = 51.39%

R = 14.13%
G = 34.48%
B = 51.39%

CMYK

 C value IS 0.72

 M value IS 0.33

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#42A1F0 (or 0x42A1F0) is known color: Summer Sky. HEX triplet: 42, A1 and F0. RGB value is (66,161,240). Sum of RGB (Red+Green+Blue) = 66+161+240=467 (61% of max value = 765). Red value is 66 (26.17% from 255 or 14.13% from 467); Green value is 161 (63.28% from 255 or 34.48% from 467); Blue value is 240 (94.14% from 255 or 51.39% from 467); Max value from RGB is 240 - color contains mainly: blue. Hex color #42A1F0 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #42A1F0 is #BD5E0F. Grayscale: #8D8D8D. Windows color (decimal): -12410384 or 15769922. OLE color: 15769922.

HSL color Cylindrical-coordinate representation of color #42A1F0: hue angle of 207.24º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42A1F0 is Cyan = 0.72, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 66 161 240 -
CMYK 0.72 0.33 0 0.06
HSL 207.24º 0.85% 0.6% -
HSV(B) 207.24º 0.73% 0.94% -
XYZ 30.72 32.94 87.18 -
YUV 141.6 183.53 74.08 -
System Red Green Blue C M Y K H S L
Decimal 66 161 240 0.72 0.33 0 0.06 207.24 0.85 0.6
Hex 42 A1 F0 48 21 0 6 CF 55 3C
Octal 102 241 360 110 41 0 6 317 125 74
Binary 1000010 10100001 11110000 1001000 100001 0 110 11001111 1010101 111100

Color Harmonies of #42A1F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42A1F0

Black with #42A1F0

Text Example


Text Example

White with #42A1F0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,161,240); }

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

background-color css

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

 a { background-color: rgb(66,161,240); }

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

border-color css

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

 span { border-color: rgb(66,161,240); }

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