Html Css Color HEX #2FA5DD Summer Sky

📋 copy color: '#2FA5DD'

red 47 ◦ green 165 ◦ blue 221

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

Shades of Summer Sky #2FA5DD

Tints of Summer Sky #2FA5DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 51.04%

R = 10.85%
G = 38.11%
B = 51.04%

CMYK

 C value IS 0.79

 M value IS 0.25

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2FA5DD (or 0x2FA5DD) is known color: Summer Sky. HEX triplet: 2F, A5 and DD. RGB value is (47,165,221). Sum of RGB (Red+Green+Blue) = 47+165+221=433 (57% of max value = 765). Red value is 47 (18.75% from 255 or 10.85% from 433); Green value is 165 (64.84% from 255 or 38.11% from 433); Blue value is 221 (86.72% from 255 or 51.04% from 433); Max value from RGB is 221 - color contains mainly: blue. Hex color #2FA5DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2FA5DD is #D05A22. Grayscale: #878787. Windows color (decimal): -13654563 or 14525743. OLE color: 14525743.

HSL color Cylindrical-coordinate representation of color #2FA5DD: hue angle of 199.31º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FA5DD is Cyan = 0.79, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 47 165 221 -
CMYK 0.79 0.25 0 0.13
HSL 199.31º 0.72% 0.53% -
HSV(B) 199.31º 0.79% 0.87% -
XYZ 27.68 32.74 73.27 -
YUV 136.1 175.91 64.45 -
System Red Green Blue C M Y K H S L
Decimal 47 165 221 0.79 0.25 0 0.13 199.31 0.72 0.53
Hex 2F A5 DD 4F 19 0 D C7 48 35
Octal 57 245 335 117 31 0 15 307 110 65
Binary 101111 10100101 11011101 1001111 11001 0 1101 11000111 1001000 110101

Color Harmonies of #2FA5DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FA5DD

Black with #2FA5DD

Text Example


Text Example

White with #2FA5DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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