Html Css Color HEX #2F9FEB Summer Sky

📋 copy color: '#2F9FEB'

red 47 ◦ green 159 ◦ blue 235

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

Shades of Summer Sky #2F9FEB

Tints of Summer Sky #2F9FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 53.29%

R = 10.66%
G = 36.05%
B = 53.29%

CMYK

 C value IS 0.8

 M value IS 0.32

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2F9FEB (or 0x2F9FEB) is known color: Summer Sky. HEX triplet: 2F, 9F and EB. RGB value is (47,159,235). Sum of RGB (Red+Green+Blue) = 47+159+235=441 (58% of max value = 765). Red value is 47 (18.75% from 255 or 10.66% from 441); Green value is 159 (62.5% from 255 or 36.05% from 441); Blue value is 235 (92.19% from 255 or 53.29% from 441); Max value from RGB is 235 - color contains mainly: blue. Hex color #2F9FEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2F9FEB is #D06014. Grayscale: #858585. Windows color (decimal): -13656085 or 15441711. OLE color: 15441711.

HSL color Cylindrical-coordinate representation of color #2F9FEB: hue angle of 204.26º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2F9FEB is Cyan = 0.8, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 47 159 235 -
CMYK 0.8 0.32 0 0.08
HSL 204.26º 0.82% 0.55% -
HSV(B) 204.26º 0.8% 0.92% -
XYZ 28.57 31.4 83.15 -
YUV 134.18 184.89 65.82 -
System Red Green Blue C M Y K H S L
Decimal 47 159 235 0.8 0.32 0 0.08 204.26 0.82 0.55
Hex 2F 9F EB 50 20 0 8 CC 52 37
Octal 57 237 353 120 40 0 10 314 122 67
Binary 101111 10011111 11101011 1010000 100000 0 1000 11001100 1010010 110111

Color Harmonies of #2F9FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F9FEB

Black with #2F9FEB

Text Example


Text Example

White with #2F9FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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