Html Css Color HEX #2F9EDD Summer Sky

📋 copy color: '#2F9EDD'

red 47 ◦ green 158 ◦ blue 221

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

Shades of Summer Sky #2F9EDD

Tints of Summer Sky #2F9EDD

RGB

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

 GREEN value IS 158 (62.11% from 255) = 37.09%

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

R = 11.03%
G = 37.09%
B = 51.88%

CMYK

 C value IS 0.79

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2F9EDD (or 0x2F9EDD) is known color: Summer Sky. HEX triplet: 2F, 9E and DD. RGB value is (47,158,221). Sum of RGB (Red+Green+Blue) = 47+158+221=426 (56% of max value = 765). Red value is 47 (18.75% from 255 or 11.03% from 426); Green value is 158 (62.11% from 255 or 37.09% from 426); Blue value is 221 (86.72% from 255 or 51.88% from 426); Max value from RGB is 221 - color contains mainly: blue. Hex color #2F9EDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2F9EDD is #D06122. Grayscale: #838383. Windows color (decimal): -13656355 or 14523951. OLE color: 14523951.

HSL color Cylindrical-coordinate representation of color #2F9EDD: hue angle of 201.72º 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 #2F9EDD is Cyan = 0.79, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 47 158 221 -
CMYK 0.79 0.29 0 0.13
HSL 201.72º 0.72% 0.53% -
HSV(B) 201.72º 0.79% 0.87% -
XYZ 26.45 30.28 72.86 -
YUV 131.99 178.23 67.38 -
System Red Green Blue C M Y K H S L
Decimal 47 158 221 0.79 0.29 0 0.13 201.72 0.72 0.53
Hex 2F 9E DD 4F 1D 0 D CA 48 35
Octal 57 236 335 117 35 0 15 312 110 65
Binary 101111 10011110 11011101 1001111 11101 0 1101 11001010 1001000 110101

Color Harmonies of #2F9EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F9EDD

Black with #2F9EDD

Text Example


Text Example

White with #2F9EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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