#2F86BE

Color #2F86BE Curious Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Curious Blue #2F86BE

Tints of Curious Blue #2F86BE

Color information

#2F86BE (or 0x2F86BE) is unknown color: approx Curious Blue. HEX triplet: 2F, 86 and BE. RGB value is (47,134,190). Sum of RGB (Red+Green+Blue) = 47+134+190=371 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.67% from 371); Green value is 134 (52.73% from 255 or 36.12% from 371); Blue value is 190 (74.61% from 255 or 51.21% from 371); Max value from RGB is 190 - color contains mainly: blue. Hex color #2F86BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2F86BE is #D07941. Grayscale: #727272. Windows color (decimal): -13662530 or 12486191. OLE color: 12486191.

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

Color convert

RGB47134190-
CMYK0.750.2900.25
HSL203.5º60.34%46.47%-
HSV(B)203.5º75.26%74.51%-
XYZ18.9921.3751.84-
YUV114.37170.6879.95-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 12.67%
GREEN value IS 134 (52.73% from 255) = 36.12%
BLUE value IS 190 (74.61% from 255) = 51.21%
R=12.67%
G=36.12%
B=51.21%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal471341900.750.2900.25203.560.3446.47
Hex2F86BE4B1D019cb3c2e
Octal57206276113350313137456
Binary101111100001101011111010010111110101100111001011111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F86BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,134,190); }

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

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

 a { background-color: rgb(47,134,190); }

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

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

 span { border-color: rgb(47,134,190); }

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