Html Css Color HEX #2195DB Summer Sky

📋 copy color: '#2195DB'

red 33 ◦ green 149 ◦ blue 219

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

Shades of Summer Sky #2195DB

Tints of Summer Sky #2195DB

RGB

 RED value IS 33 (13.28% from 255) = 8.23%

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

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

R = 8.23%
G = 37.16%
B = 54.61%

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

#2195DB (or 0x2195DB) is known color: Summer Sky. HEX triplet: 21, 95 and DB. RGB value is (33,149,219). Sum of RGB (Red+Green+Blue) = 33+149+219=401 (53% of max value = 765). Red value is 33 (13.28% from 255 or 8.23% from 401); Green value is 149 (58.59% from 255 or 37.16% from 401); Blue value is 219 (85.94% from 255 or 54.61% from 401); Max value from RGB is 219 - color contains mainly: blue. Hex color #2195DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2195DB is #DE6A24. Grayscale: #797979. Windows color (decimal): -14576165 or 14390561. OLE color: 14390561.

HSL color Cylindrical-coordinate representation of color #2195DB: hue angle of 202.58º degrees, saturation: 0.74, 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 #2195DB is Cyan = 0.85, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 33 149 219 -
CMYK 0.85 0.32 0 0.14
HSL 202.58º 0.74% 0.49% -
HSV(B) 202.58º 0.85% 0.86% -
XYZ 24.16 26.93 70.94 -
YUV 122.3 182.57 64.31 -
System Red Green Blue C M Y K H S L
Decimal 33 149 219 0.85 0.32 0 0.14 202.58 0.74 0.49
Hex 21 95 DB 55 20 0 E CB 4A 31
Octal 41 225 333 125 40 0 16 313 112 61
Binary 100001 10010101 11011011 1010101 100000 0 1110 11001011 1001010 110001

Color Harmonies of #2195DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2195DB

Black with #2195DB

Text Example


Text Example

White with #2195DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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