Html Css Color HEX #2F80BA Curious Blue

📋 copy color: '#2F80BA'

red 47 ◦ green 128 ◦ blue 186

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

Shades of Curious Blue #2F80BA

Tints of Curious Blue #2F80BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 51.52%

R = 13.02%
G = 35.46%
B = 51.52%

CMYK

 C value IS 0.75

 M value IS 0.31

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2F80BA (or 0x2F80BA) is known color: Curious Blue. HEX triplet: 2F, 80 and BA. RGB value is (47,128,186). Sum of RGB (Red+Green+Blue) = 47+128+186=361 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.02% from 361); Green value is 128 (50.39% from 255 or 35.46% from 361); Blue value is 186 (73.05% from 255 or 51.52% from 361); Max value from RGB is 186 - color contains mainly: blue. Hex color #2F80BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2F80BA is #D07F45. Grayscale: #6E6E6E. Windows color (decimal): -13664070 or 12222511. OLE color: 12222511.

HSL color Cylindrical-coordinate representation of color #2F80BA: hue angle of 205.04º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2F80BA is Cyan = 0.75, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 47 128 186 -
CMYK 0.75 0.31 0 0.27
HSL 205.04º 0.6% 0.46% -
HSV(B) 205.04º 0.75% 0.73% -
XYZ 17.75 19.59 49.3 -
YUV 110.39 170.66 82.78 -
System Red Green Blue C M Y K H S L
Decimal 47 128 186 0.75 0.31 0 0.27 205.04 0.6 0.46
Hex 2F 80 BA 4B 1F 0 1B CD 3C 2E
Octal 57 200 272 113 37 0 33 315 74 56
Binary 101111 10000000 10111010 1001011 11111 0 11011 11001101 111100 101110

Color Harmonies of #2F80BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F80BA

Black with #2F80BA

Text Example


Text Example

White with #2F80BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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