#2F8ABA

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

Shades of Curious Blue #2F8ABA

Tints of Curious Blue #2F8ABA

Color information

#2F8ABA (or 0x2F8ABA) is unknown color: approx Curious Blue. HEX triplet: 2F, 8A and BA. RGB value is (47,138,186). Sum of RGB (Red+Green+Blue) = 47+138+186=371 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.67% from 371); Green value is 138 (54.30% from 255 or 37.20% from 371); Blue value is 186 (73.05% from 255 or 50.13% from 371); Max value from RGB is 186 - color contains mainly: blue. Hex color #2F8ABA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2F8ABA is #D07545. Grayscale: #737373. Windows color (decimal): -13661510 or 12225071. OLE color: 12225071.

HSL color Cylindrical-coordinate representation of color #2F8ABA: hue angle of 200.72º 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 #2F8ABA is Cyan = 0.75, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB47138186-
CMYK0.750.2600.27
HSL200.72º59.66%45.69%-
HSV(B)200.72º74.73%72.94%-
XYZ19.1222.3349.76-
YUV116.26167.3578.6-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 12.67%
GREEN value IS 138 (54.30% from 255) = 37.20%
BLUE value IS 186 (73.05% from 255) = 50.13%
R=12.67%
G=37.20%
B=50.13%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal471381860.750.2600.27200.7259.6645.69
Hex2F8ABA4B1A01Bc93c2e
Octal57212272113320333117456
Binary101111100010101011101010010111101001101111001001111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F8ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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