Html Css Color HEX #2F9FDA Summer Sky

📋 copy color: '#2F9FDA'

red 47 ◦ green 159 ◦ blue 218

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

Shades of Summer Sky #2F9FDA

Tints of Summer Sky #2F9FDA

RGB

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

 GREEN value IS 159 (62.5% from 255) = 37.5%

 BLUE value IS 218 (85.55% from 255) = 51.42%

R = 11.08%
G = 37.5%
B = 51.42%

CMYK

 C value IS 0.78

 M value IS 0.27

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#2F9FDA (or 0x2F9FDA) is known color: Summer Sky. HEX triplet: 2F, 9F and DA. RGB value is (47,159,218). Sum of RGB (Red+Green+Blue) = 47+159+218=424 (56% of max value = 765). Red value is 47 (18.75% from 255 or 11.08% from 424); Green value is 159 (62.5% from 255 or 37.5% from 424); Blue value is 218 (85.55% from 255 or 51.42% from 424); Max value from RGB is 218 - color contains mainly: blue. Hex color #2F9FDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2F9FDA is #D06025. Grayscale: #838383. Windows color (decimal): -13656102 or 14327599. OLE color: 14327599.

HSL color Cylindrical-coordinate representation of color #2F9FDA: hue angle of 200.7º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2F9FDA is Cyan = 0.78, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 47 159 218 -
CMYK 0.78 0.27 0 0.15
HSL 200.7º 0.7% 0.52% -
HSV(B) 200.7º 0.78% 0.85% -
XYZ 26.23 30.46 70.83 -
YUV 132.24 176.39 67.2 -
System Red Green Blue C M Y K H S L
Decimal 47 159 218 0.78 0.27 0 0.15 200.7 0.7 0.52
Hex 2F 9F DA 4E 1B 0 F C9 46 34
Octal 57 237 332 116 33 0 17 311 106 64
Binary 101111 10011111 11011010 1001110 11011 0 1111 11001001 1000110 110100

Color Harmonies of #2F9FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F9FDA

Black with #2F9FDA

Text Example


Text Example

White with #2F9FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,159,218); }

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

background-color css

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

 a { background-color: rgb(47,159,218); }

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

border-color css

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

 span { border-color: rgb(47,159,218); }

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