#2F7FCF

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

Shades of Curious Blue #2F7FCF

Tints of Curious Blue #2F7FCF

Color information

#2F7FCF (or 0x2F7FCF) is unknown color: approx Curious Blue. HEX triplet: 2F, 7F and CF. RGB value is (47,127,207). Sum of RGB (Red+Green+Blue) = 47+127+207=381 (50% of max value = 765). Red value is 47 (18.75% from 255 or 12.34% from 381); Green value is 127 (50% from 255 or 33.33% from 381); Blue value is 207 (81.25% from 255 or 54.33% from 381); Max value from RGB is 207 - color contains mainly: blue. Hex color #2F7FCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F7FCF is #D08030. Grayscale: #6F6F6F. Windows color (decimal): -13664305 or 13598511. OLE color: 13598511.

HSL color Cylindrical-coordinate representation of color #2F7FCF: hue angle of 210º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2F7FCF is Cyan = 0.77, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB47127207-
CMYK0.770.3900.19
HSL210º62.99%49.8%-
HSV(B)210º77.29%81.18%-
XYZ20.0220.2961.89-
YUV112.2181.581.5-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 12.34%
GREEN value IS 127 (50% from 255) = 33.33%
BLUE value IS 207 (81.25% from 255) = 54.33%
R=12.34%
G=33.33%
B=54.33%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal471272070.770.3900.1921062.9949.8
Hex2F7FCF4D27013d23f32
Octal57177317115470233227762
Binary101111111111111001111100110110011101001111010010111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F7FCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,127,207); }

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

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

 a { background-color: rgb(47,127,207); }

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

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

 span { border-color: rgb(47,127,207); }

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