Html Css Color HEX #2095DB Summer Sky

📋 copy color: '#2095DB'

red 32 ◦ green 149 ◦ blue 219

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

Shades of Summer Sky #2095DB

Tints of Summer Sky #2095DB

RGB

 RED value IS 32 (12.89% from 255) = 8%

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

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

R = 8%
G = 37.25%
B = 54.75%

CMYK

 C value IS 0.85

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2095DB (or 0x2095DB) is known color: Summer Sky. HEX triplet: 20, 95 and DB. RGB value is (32,149,219). Sum of RGB (Red+Green+Blue) = 32+149+219=400 (52% of max value = 765). Red value is 32 (12.89% from 255 or 8% from 400); Green value is 149 (58.59% from 255 or 37.25% from 400); Blue value is 219 (85.94% from 255 or 54.75% from 400); Max value from RGB is 219 - color contains mainly: blue. Hex color #2095DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2095DB is #DF6A24. Grayscale: #797979. Windows color (decimal): -14641701 or 14390560. OLE color: 14390560.

HSL color Cylindrical-coordinate representation of color #2095DB: hue angle of 202.46º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2095DB is Cyan = 0.85, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 32 149 219 -
CMYK 0.85 0.32 0 0.14
HSL 202.46º 0.75% 0.49% -
HSV(B) 202.46º 0.85% 0.86% -
XYZ 24.13 26.92 70.94 -
YUV 122 182.74 63.81 -
System Red Green Blue C M Y K H S L
Decimal 32 149 219 0.85 0.32 0 0.14 202.46 0.75 0.49
Hex 20 95 DB 55 20 0 E CA 4B 31
Octal 40 225 333 125 40 0 16 312 113 61
Binary 100000 10010101 11011011 1010101 100000 0 1110 11001010 1001011 110001

Color Harmonies of #2095DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2095DB

Black with #2095DB

Text Example


Text Example

White with #2095DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2095DB; }

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

 H1.HeaderClassName
 {
   color: #2095DB;
 }
 .AnyTagClassName
 {
   color: #2095DB;
 }
</style>

background-color css

<style>
 a { background-color: #2095DB; }

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

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

border-color css

<style>
 span { border-color: #2095DB; }

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

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