Html Css Color HEX #2FA5DB Summer Sky

📋 copy color: '#2FA5DB'

red 47 ◦ green 165 ◦ blue 219

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

Shades of Summer Sky #2FA5DB

Tints of Summer Sky #2FA5DB

RGB

 RED value IS 47 (18.75% from 255) = 10.9%

 GREEN value IS 165 (64.84% from 255) = 38.28%

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

R = 10.9%
G = 38.28%
B = 50.81%

CMYK

 C value IS 0.79

 M value IS 0.25

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2FA5DB (or 0x2FA5DB) is known color: Summer Sky. HEX triplet: 2F, A5 and DB. RGB value is (47,165,219). Sum of RGB (Red+Green+Blue) = 47+165+219=431 (57% of max value = 765). Red value is 47 (18.75% from 255 or 10.90% from 431); Green value is 165 (64.84% from 255 or 38.28% from 431); Blue value is 219 (85.94% from 255 or 50.81% from 431); Max value from RGB is 219 - color contains mainly: blue. Hex color #2FA5DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2FA5DB is #D05A24. Grayscale: #878787. Windows color (decimal): -13654565 or 14394671. OLE color: 14394671.

HSL color Cylindrical-coordinate representation of color #2FA5DB: hue angle of 198.84º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FA5DB is Cyan = 0.79, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 47 165 219 -
CMYK 0.79 0.25 0 0.14
HSL 198.84º 0.7% 0.52% -
HSV(B) 198.84º 0.79% 0.86% -
XYZ 27.41 32.63 71.87 -
YUV 135.87 174.91 64.61 -
System Red Green Blue C M Y K H S L
Decimal 47 165 219 0.79 0.25 0 0.14 198.84 0.7 0.52
Hex 2F A5 DB 4F 19 0 E C7 46 34
Octal 57 245 333 117 31 0 16 307 106 64
Binary 101111 10100101 11011011 1001111 11001 0 1110 11000111 1000110 110100

Color Harmonies of #2FA5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FA5DB

Black with #2FA5DB

Text Example


Text Example

White with #2FA5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,165,219); }

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

background-color css

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

 a { background-color: rgb(47,165,219); }

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

border-color css

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

 span { border-color: rgb(47,165,219); }

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