#2F97E5

Color #2F97E5 Summer Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Sky #2F97E5

Tints of Summer Sky #2F97E5

Color information

#2F97E5 (or 0x2F97E5) is unknown color: approx Summer Sky. HEX triplet: 2F, 97 and E5. RGB value is (47,151,229). Sum of RGB (Red+Green+Blue) = 47+151+229=427 (56% of max value = 765). Red value is 47 (18.75% from 255 or 11.01% from 427); Green value is 151 (59.38% from 255 or 35.36% from 427); Blue value is 229 (89.84% from 255 or 53.63% from 427); Max value from RGB is 229 - color contains mainly: blue. Hex color #2F97E5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2F97E5 is #D0681A. Grayscale: #808080. Windows color (decimal): -13658139 or 15046447. OLE color: 15046447.

HSL color Cylindrical-coordinate representation of color #2F97E5: hue angle of 205.71º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2F97E5 is Cyan = 0.79, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB47151229-
CMYK0.790.3400.10
HSL205.71º77.78%54.12%-
HSV(B)205.71º79.48%89.8%-
XYZ26.3828.3978.22-
YUV128.8184.5469.66-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 11.01%
GREEN value IS 151 (59.38% from 255) = 35.36%
BLUE value IS 229 (89.84% from 255) = 53.63%
R=11.01%
G=35.36%
B=53.63%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal471512290.790.3400.10205.7177.7854.12
Hex2F97E54F220Ace4e36
Octal572273451174201231611666
Binary1011111001011111100101100111110001001010110011101001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F97E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,151,229); }

 H1.HeaderClassName
 {
   color: #2F97E5;
 }
 .AnyTagClassName
 {
   color: #2F97E5;
 }
</style>
background-color css

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

 a { background-color: rgb(47,151,229); }

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

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

 span { border-color: rgb(47,151,229); }

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