Html Css Color HEX #2F80AE Curious Blue

📋 copy color: '#2F80AE'

red 47 ◦ green 128 ◦ blue 174

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

Shades of Curious Blue #2F80AE

Tints of Curious Blue #2F80AE

RGB

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

 GREEN value IS 128 (50.39% from 255) = 36.68%

 BLUE value IS 174 (68.36% from 255) = 49.86%

R = 13.47%
G = 36.68%
B = 49.86%

CMYK

 C value IS 0.73

 M value IS 0.26

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2F80AE (or 0x2F80AE) is known color: Curious Blue. HEX triplet: 2F, 80 and AE. RGB value is (47,128,174). Sum of RGB (Red+Green+Blue) = 47+128+174=349 (46% of max value = 765). Red value is 47 (18.75% from 255 or 13.47% from 349); Green value is 128 (50.39% from 255 or 36.68% from 349); Blue value is 174 (68.36% from 255 or 49.86% from 349); Max value from RGB is 174 - color contains mainly: blue. Hex color #2F80AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2F80AE is #D07F51. Grayscale: #6C6C6C. Windows color (decimal): -13664082 or 11436079. OLE color: 11436079.

HSL color Cylindrical-coordinate representation of color #2F80AE: hue angle of 201.73º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2F80AE is Cyan = 0.73, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 47 128 174 -
CMYK 0.73 0.26 0 0.32
HSL 201.73º 0.57% 0.43% -
HSV(B) 201.73º 0.73% 0.68% -
XYZ 16.53 19.1 42.86 -
YUV 109.03 164.66 83.76 -
System Red Green Blue C M Y K H S L
Decimal 47 128 174 0.73 0.26 0 0.32 201.73 0.57 0.43
Hex 2F 80 AE 49 1A 0 20 CA 39 2B
Octal 57 200 256 111 32 0 40 312 71 53
Binary 101111 10000000 10101110 1001001 11010 0 100000 11001010 111001 101011

Color Harmonies of #2F80AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F80AE

Black with #2F80AE

Text Example


Text Example

White with #2F80AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,128,174); }

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

background-color css

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

 a { background-color: rgb(47,128,174); }

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

border-color css

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

 span { border-color: rgb(47,128,174); }

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