Html Css Color HEX #2A95DC Summer Sky

📋 copy color: '#2A95DC'

red 42 ◦ green 149 ◦ blue 220

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

Shades of Summer Sky #2A95DC

Tints of Summer Sky #2A95DC

RGB

 RED value IS 42 (16.8% from 255) = 10.22%

 GREEN value IS 149 (58.59% from 255) = 36.25%

 BLUE value IS 220 (86.33% from 255) = 53.53%

R = 10.22%
G = 36.25%
B = 53.53%

CMYK

 C value IS 0.81

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2A95DC (or 0x2A95DC) is known color: Summer Sky. HEX triplet: 2A, 95 and DC. RGB value is (42,149,220). Sum of RGB (Red+Green+Blue) = 42+149+220=411 (54% of max value = 765). Red value is 42 (16.80% from 255 or 10.22% from 411); Green value is 149 (58.59% from 255 or 36.25% from 411); Blue value is 220 (86.33% from 255 or 53.53% from 411); Max value from RGB is 220 - color contains mainly: blue. Hex color #2A95DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2A95DC is #D56A23. Grayscale: #7C7C7C. Windows color (decimal): -13986340 or 14456106. OLE color: 14456106.

HSL color Cylindrical-coordinate representation of color #2A95DC: hue angle of 203.93º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2A95DC is Cyan = 0.81, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 42 149 220 -
CMYK 0.81 0.32 0 0.14
HSL 203.93º 0.72% 0.51% -
HSV(B) 203.93º 0.81% 0.86% -
XYZ 24.62 27.15 71.65 -
YUV 125.1 181.55 68.73 -
System Red Green Blue C M Y K H S L
Decimal 42 149 220 0.81 0.32 0 0.14 203.93 0.72 0.51
Hex 2A 95 DC 51 20 0 E CC 48 33
Octal 52 225 334 121 40 0 16 314 110 63
Binary 101010 10010101 11011100 1010001 100000 0 1110 11001100 1001000 110011

Color Harmonies of #2A95DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A95DC

Black with #2A95DC

Text Example


Text Example

White with #2A95DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2A95DC; }

 p { color: rgb(42,149,220); }

 H1.HeaderClassName
 {
   color: #2A95DC;
 }
 .AnyTagClassName
 {
   color: #2A95DC;
 }
</style>

background-color css

<style>
 a { background-color: #2A95DC; }

 a { background-color: rgb(42,149,220); }

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

border-color css

<style>
 span { border-color: #2A95DC; }

 span { border-color: rgb(42,149,220); }

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