Html Css Color HEX #2A95DB Summer Sky

📋 copy color: '#2A95DB'

red 42 ◦ green 149 ◦ blue 219

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

Shades of Summer Sky #2A95DB

Tints of Summer Sky #2A95DB

RGB

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

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

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

R = 10.24%
G = 36.34%
B = 53.41%

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

#2A95DB (or 0x2A95DB) is known color: Summer Sky. HEX triplet: 2A, 95 and DB. RGB value is (42,149,219). Sum of RGB (Red+Green+Blue) = 42+149+219=410 (54% of max value = 765). Red value is 42 (16.80% from 255 or 10.24% from 410); Green value is 149 (58.59% from 255 or 36.34% from 410); Blue value is 219 (85.94% from 255 or 53.41% from 410); Max value from RGB is 219 - color contains mainly: blue. Hex color #2A95DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2A95DB is #D56A24. Grayscale: #7C7C7C. Windows color (decimal): -13986341 or 14390570. OLE color: 14390570.

HSL color Cylindrical-coordinate representation of color #2A95DB: hue angle of 203.73º degrees, saturation: 0.71, 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 #2A95DB is Cyan = 0.81, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 42 149 219 -
CMYK 0.81 0.32 0 0.14
HSL 203.73º 0.71% 0.51% -
HSV(B) 203.73º 0.81% 0.86% -
XYZ 24.49 27.1 70.96 -
YUV 124.99 181.05 68.81 -
System Red Green Blue C M Y K H S L
Decimal 42 149 219 0.81 0.32 0 0.14 203.73 0.71 0.51
Hex 2A 95 DB 51 20 0 E CC 47 33
Octal 52 225 333 121 40 0 16 314 107 63
Binary 101010 10010101 11011011 1010001 100000 0 1110 11001100 1000111 110011

Color Harmonies of #2A95DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A95DB

Black with #2A95DB

Text Example


Text Example

White with #2A95DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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