#2F8ABF

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

Shades of Curious Blue #2F8ABF

Tints of Curious Blue #2F8ABF

Color information

#2F8ABF (or 0x2F8ABF) is unknown color: approx Curious Blue. HEX triplet: 2F, 8A and BF. RGB value is (47,138,191). Sum of RGB (Red+Green+Blue) = 47+138+191=376 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.5% from 376); Green value is 138 (54.30% from 255 or 36.70% from 376); Blue value is 191 (75% from 255 or 50.80% from 376); Max value from RGB is 191 - color contains mainly: blue. Hex color #2F8ABF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2F8ABF is #D07540. Grayscale: #747474. Windows color (decimal): -13661505 or 12552751. OLE color: 12552751.

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

Color convert

RGB47138191-
CMYK0.750.2800.25
HSL202.08º60.5%46.67%-
HSV(B)202.08º75.39%74.9%-
XYZ19.6622.5452.6-
YUV116.83169.8578.19-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 12.5%
GREEN value IS 138 (54.30% from 255) = 36.70%
BLUE value IS 191 (75% from 255) = 50.80%
R=12.5%
G=36.70%
B=50.80%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal471381910.750.2800.25202.0860.546.67
Hex2F8ABF4B1C019ca3d2f
Octal57212277113340313127557
Binary101111100010101011111110010111110001100111001010111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F8ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,138,191); }

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

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

 a { background-color: rgb(47,138,191); }

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

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

 span { border-color: rgb(47,138,191); }

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