#2F8AC6

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

Shades of Curious Blue #2F8AC6

Tints of Curious Blue #2F8AC6

Color information

#2F8AC6 (or 0x2F8AC6) is unknown color: approx Curious Blue. HEX triplet: 2F, 8A and C6. RGB value is (47,138,198). Sum of RGB (Red+Green+Blue) = 47+138+198=383 (50% of max value = 765). Red value is 47 (18.75% from 255 or 12.27% from 383); Green value is 138 (54.30% from 255 or 36.03% from 383); Blue value is 198 (77.73% from 255 or 51.70% from 383); Max value from RGB is 198 - color contains mainly: blue. Hex color #2F8AC6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2F8AC6 is #D07539. Grayscale: #757575. Windows color (decimal): -13661498 or 13011503. OLE color: 13011503.

HSL color Cylindrical-coordinate representation of color #2F8AC6: hue angle of 203.84º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2F8AC6 is Cyan = 0.76, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB47138198-
CMYK0.760.3000.22
HSL203.84º61.63%48.04%-
HSV(B)203.84º76.26%77.65%-
XYZ20.4522.8656.76-
YUV117.63173.3577.62-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 12.27%
GREEN value IS 138 (54.30% from 255) = 36.03%
BLUE value IS 198 (77.73% from 255) = 51.70%
R=12.27%
G=36.03%
B=51.70%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal471381980.760.3000.22203.8461.6348.04
Hex2F8AC64C1E016cc3e30
Octal57212306114360263147660
Binary101111100010101100011010011001111001011011001100111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F8AC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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